-
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 summary support for metrics #34560
Conversation
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.
LGTM! A few minor comments.
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.
Looks like a couple of checks are failing:
Error: elasticsearchexporter/utils_test.go:39:69: `assertItemsEqual` - `assertOrder` always receives `false` (unparam)
level=info msg="[runner] linters took 16.095711067s with stages: goanalysis_metalinter: 16.088054729s"
level=info msg="File cache stats: 24 entries of total size 218.1KiB"
func assertItemsEqual(t *testing.T, expected, actual []itemRequest, assertOrder bool) {
@codeboten It should be fixed in an earlier PR #34471. Merge main and rerunning checks now. |
…try#34560) Add summary support for metrics Added exporter test Fixes open-telemetry#34561 --------- Co-authored-by: Sean Marciniak <[email protected]>
Description:
Add summary support for metrics
Link to tracking Issue:
Testing:
Added exporter test
Documentation: