Skip to content

Commit 3ba3d6c

Browse files
committed
code review
1 parent afdfea8 commit 3ba3d6c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/datadog/tracer_config.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,12 @@ struct TracerConfig {
120120
// specify the same `runtime_id` for all tracer instances in the same run.
121121
Optional<RuntimeID> runtime_id;
122122

123-
// TODO
123+
// `integration_name` is the name of the product integrating this library.
124+
// Example: `nginx`, `envoy` or `istio`.
124125
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`
125129
std::string integration_version;
126130
};
127131

0 commit comments

Comments
 (0)