We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba3d6c commit 022a8daCopy full SHA for 022a8da
1 file changed
src/datadog/tracer_config.h
@@ -121,11 +121,11 @@ struct TracerConfig {
121
Optional<RuntimeID> runtime_id;
122
123
// `integration_name` is the name of the product integrating this library.
124
- // Example: `nginx`, `envoy` or `istio`.
+ // Example: "nginx", "envoy" or "istio".
125
std::string integration_name;
126
// `integration_version` is the version of the product integrating this
127
// library.
128
- // Example: `1.2.3`, `6c44da20`, `2020.02.13`
+ // Example: "1.2.3", "6c44da20", "2020.02.13"
129
std::string integration_version;
130
};
131
0 commit comments