-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[exporter/elasticsearch] Add OTel mapping mode for metrics #34248
Merged
andrzej-stencel
merged 35 commits into
open-telemetry:main
from
carsonip:otel-mode-metrics
Aug 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
5815374
Add metrics grouping for otel mode
carsonip c816d4d
Add test
carsonip 50a46fa
Add hack
carsonip 786d0f0
Emit dynamic templates
carsonip 4d03f98
Fix dynamic template name
carsonip 98f5d7c
Workaround tsdb not supporting bool dimension
carsonip 9d806e9
Temporarily use start_time instead of start_timestamp
carsonip 2b5c24f
Revert to use start_timestamp
carsonip c8663a0
Add complex object to fix histogram falling into doc _ignored
carsonip fdcf8ca
Only emit start_timestamp when it is non-zero
carsonip 91e10ae
Fix otel test
carsonip 76ad969
Add sum to test
carsonip 552a0b2
Fix tests
carsonip 53b0253
Revert "Workaround tsdb not supporting bool dimension"
carsonip 51bca38
Merge branch 'main' into otel-mode-metrics
carsonip 8ded84c
Bump go-docappender to v2.3.0
carsonip 497fbb5
go mod tidy
carsonip bcae04a
Remove go mod replace
carsonip 6246e32
Fix NumberDataPointValueTypeEmpty dynamicTemplates
carsonip c48624f
Rename to KindUnflattenableObject
carsonip 66b3cf4
Merge branch 'main' into otel-mode-metrics
carsonip 0190df2
Fix typo
carsonip 2998221
Fix quantiles
carsonip ff9d86a
Dynamically map summary
carsonip 8ccf3a1
Use summary_metrics instead of summary_gauge
carsonip 88128ac
Add FIXME
carsonip 7086ea3
Exclude DS attr in metric hash
carsonip e371e53
Fix test
carsonip 69ac0b3
Change quantiles from FIXME to TODO
carsonip dd1a70e
Merge branch 'main' into otel-mode-metrics
carsonip 03228a4
Add changelog
carsonip 2290cc0
Revert go mod diff
carsonip 5c7d991
Make linter happy
carsonip 20ed43f
Make ECS use mapHashExcludeDataStreamAttr
carsonip bd7cbd7
Describe metricDpToDynamicTemplate
carsonip 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
Next
Next commit
Add metrics grouping for otel mode
- Loading branch information
commit 58153745fa416c88465b30e11f623b2f5cbeb089
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
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.
Refactoring done in #34472