-
Notifications
You must be signed in to change notification settings - Fork 977
Implement new SemConv exporter health metrics #7265
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
Merged
Merged
Changes from 19 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
4bb3e56
Add implementation for new exporter health metrics
JonasKunz dd651c3
Use new implementation in GRPC exporters
JonasKunz 20959d8
Use new implementation in HTTP exporters
JonasKunz 4bafbfa
Use new implementation in zipkin exporter
JonasKunz 67fe9ec
Merge remote-tracking branch 'otel/main' into health-metrics
JonasKunz 073ecee
add javadoc since tags
JonasKunz ba07867
spotless
JonasKunz 5281d9a
Fix javadoc and style issues
JonasKunz e560424
Added test for HTTP Exporter
JonasKunz 2f29ac2
Implemented duration metric
JonasKunz a2a78f7
spotless
JonasKunz 0bfa4f4
Added GRPC test
JonasKunz 149ffbd
Added server.* attributes
JonasKunz 22ba608
Added tests for server.* attribute extraction
JonasKunz 8522179
Adjust metric names to now merged semconv PR
JonasKunz d4afdc9
Merge remote-tracking branch 'otel/HEAD' into health-metrics
JonasKunz 9adacd0
spotless
JonasKunz 676b66c
Implement status code attributes
JonasKunz 6d5bf61
Merge remote-tracking branch 'otel/main' into health-metrics
JonasKunz ec686d3
Renames
JonasKunz ad69fa5
Introduce interface as abstraction
JonasKunz a1cd746
Complete renaming of "HealthMetricLevel"
JonasKunz 48b6320
Remove since tags
JonasKunz 32943e1
Add tests for semconv attributes
JonasKunz d2db75d
Move standard component types to enum
JonasKunz 5f94bb5
spotless
JonasKunz 5b71238
Fix compilation
JonasKunz ba4dc7e
Merge remote-tracking branch 'otel/main' into health-metrics
JonasKunz bd6e410
Fix checks
JonasKunz 7720b8d
Style fixes
JonasKunz 68967e7
Move attribute references to instrumentation api
JonasKunz 1b4948b
Fix tests
JonasKunz 02aafc1
Fix http sender tests
JonasKunz 923506e
Add E2E exporter tests
JonasKunz 7360b62
Merge remote-tracking branch 'otel/HEAD' into health-metrics
JonasKunz 05d1fba
Self-review fixes
JonasKunz e84ea68
Move ServerAttributesUtil call down
JonasKunz b919c7e
Remove StandardType interface
JonasKunz 34cd9ec
Move Signal to upper level
JonasKunz 374d214
Move namespace and unit to signal enum
JonasKunz a5f3178
Move signal to standalone enum
JonasKunz 7fbf2db
Inline unnecessary ComponentId.put method
JonasKunz 66cd86e
Add StandardComponentId to not have to pass the type around separately
JonasKunz 4202870
Merge remote-tracking branch 'otel/main' into health-metrics
JonasKunz c5051ed
Rename InternalTelemetrySchemaVersion and its setters
JonasKunz 1b037a5
Remove DISABLED telemetry schema version
JonasKunz 3a89f42
Rename and move standard exporter types
JonasKunz aa96250
Exclude profiles exporter from metrics
JonasKunz b472345
apidiff
JonasKunz 7d9b16e
fix japicmp
JonasKunz 51edc50
Update exporters/common/src/test/java/io/opentelemetry/exporter/inter…
JonasKunz 8ff0381
Update exporters/common/src/test/java/io/opentelemetry/exporter/inter…
JonasKunz a52d607
Review fixes
JonasKunz 165f9a6
Merge remote-tracking branch 'otel/main' into health-metrics
JonasKunz 03496e8
Use assum to early-out of test
JonasKunz b53cbe9
remove Signal.toString
JonasKunz 6350dff
remove StandardComponentId.toString
JonasKunz e307e60
Remove InternalTelemetryVersion.V1_33
JonasKunz 00b4f2f
spotless
JonasKunz 8e89011
japicmp
jack-berg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out of curiosity did the build force this comment to pass?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes:
Is that not intentional?