Commit 2c22ba5
authored
Enable smoke test controller telemetry. (#985)
*Description of changes:*
Previously, in v1.x, the springboot controller telemetry data is enabled
by default.
Starting from upstream v2.x, the controller telemetry need to be enable
by setting up env
`OTEL_INSTRUMENTATION_COMMON_EXPERIMENTAL_CONTROLLER_TELEMETRY_ENABLED`:
https://opentelemetry.io/docs/zero-code/java/agent/disable/#suppressing-controller-andor-view-spans.
This PR enable the telemetry data to align with smoke test validator.
https://opentelemetry.io/docs/zero-code/java/agent/disable/#suppressing-controller-andor-view-spans
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.1 parent 5960ea3 commit 2c22ba5
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments