Skip to content

Commit 022a8da

Browse files
dmehaladgoffredo
andauthored
Update src/datadog/tracer_config.h
Co-authored-by: David Goffredo <[email protected]>
1 parent 3ba3d6c commit 022a8da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/datadog/tracer_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ struct TracerConfig {
121121
Optional<RuntimeID> runtime_id;
122122

123123
// `integration_name` is the name of the product integrating this library.
124-
// Example: `nginx`, `envoy` or `istio`.
124+
// Example: "nginx", "envoy" or "istio".
125125
std::string integration_name;
126126
// `integration_version` is the version of the product integrating this
127127
// library.
128-
// Example: `1.2.3`, `6c44da20`, `2020.02.13`
128+
// Example: "1.2.3", "6c44da20", "2020.02.13"
129129
std::string integration_version;
130130
};
131131

0 commit comments

Comments
 (0)