-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Telemetry metrics for OTel #3259
Merged
Merged
Conversation
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
Overall package sizeSelf size: 4.72 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report
@@ Coverage Diff @@
## master #3259 +/- ##
==========================================
- Coverage 86.08% 85.76% -0.32%
==========================================
Files 194 196 +2
Lines 7522 7608 +86
Branches 33 33
==========================================
+ Hits 6475 6525 +50
- Misses 1047 1083 +36
... and 14 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
a2adafb
to
f6d3fcd
Compare
bengl
previously approved these changes
Jun 20, 2023
f6d3fcd
to
f28d5c0
Compare
36efc6d
to
9da0a06
Compare
iunanua
reviewed
Jun 22, 2023
174e4c9
to
6b8a697
Compare
6b8a697
to
2f4b5db
Compare
tlhunter
reviewed
Jun 23, 2023
tlhunter
previously approved these changes
Jun 23, 2023
tlhunter
approved these changes
Jun 23, 2023
tlhunter
pushed a commit
that referenced
this pull request
Jun 29, 2023
tlhunter
pushed a commit
that referenced
this pull request
Jun 29, 2023
tlhunter
pushed a commit
that referenced
this pull request
Jun 29, 2023
tlhunter
pushed a commit
that referenced
this pull request
Jun 29, 2023
tlhunter
pushed a commit
that referenced
this pull request
Jun 29, 2023
tlhunter
pushed a commit
that referenced
this pull request
Jun 30, 2023
tlhunter
pushed a commit
that referenced
this pull request
Jun 30, 2023
tlhunter
pushed a commit
that referenced
this pull request
Jun 30, 2023
tlhunter
pushed a commit
that referenced
this pull request
Jun 30, 2023
tlhunter
pushed a commit
that referenced
this pull request
Jun 30, 2023
tlhunter
pushed a commit
that referenced
this pull request
Jun 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds Telemetry Metrics API and uses it to track types of spans created and finished.
Motivation
We want visibility into OTel adoption so we should record which way spans are created.