We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afdfea8 commit 3ba3d6cCopy full SHA for 3ba3d6c
1 file changed
src/datadog/tracer_config.h
@@ -120,8 +120,12 @@ struct TracerConfig {
120
// specify the same `runtime_id` for all tracer instances in the same run.
121
Optional<RuntimeID> runtime_id;
122
123
- // TODO
+ // `integration_name` is the name of the product integrating this library.
124
+ // 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`
129
std::string integration_version;
130
};
131
0 commit comments