-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add feature flag to allow enabling otel for internal metrics (#4912)
* Add feature flag to allow enabling otel for internal metrics * Add changelog; mark existing constant deprecated; keep feature flag private * Register feature flag in telemetry instead * apply the feature flag back to original value in test * change comment * Update service/telemetry.go update description with suggested change Co-authored-by: Anthony Mirabella <a9@aneurysm9.com> * Remove use of deprecated variable to address lint issue * re-arrange import * Fix unit test * Re-enable the default value to be configtelemetry.UseOpenTelemetryForInternalMetrics Co-authored-by: Anthony Mirabella <a9@aneurysm9.com> Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com> Co-authored-by: Bogdan Drutu <lazy@splunk.com>
- Loading branch information
1 parent
73a30a6
commit f2c295b
Showing
4 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters