-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Emit metrics via otel instead of custom format (#4762)
* Emit metrics via otel instead of custom format * Minimize diff by reverting whitespace changes * Approvals * Fix formatting * Apply suggestions from code review Co-authored-by: Ramon Smits <[email protected]> * fix formatting * Only use standar otel * Set instance id * Set unit * Better metrics names * Emit body size * Fix meter name * Log that OpenTelemetry metrics exporter is enabled * Stop using prefixes * Better name * Go back to using instance name as service name * better metrics names * More cleanup * Revert app.config * Add duration and failure counters * Add consecutive batch failures * Fix namespace for metrics * Skip interlocked increment * Added descriptions for metric instruments * Metric setup moved to extension method --------- Co-authored-by: Ramon Smits <[email protected]>
- Loading branch information
1 parent
c9a8215
commit b8c6fbf
Showing
15 changed files
with
130 additions
and
189 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
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
Oops, something went wrong.