-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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] Support for profiles export #37567
base: main
Are you sure you want to change the base?
Conversation
exporter/elasticsearchexporter/internal/serializer/otelserializer/profile.go
Outdated
Show resolved
Hide resolved
exporter/elasticsearchexporter/internal/serializer/otelserializer/profile.go
Outdated
Show resolved
Hide resolved
exporter/elasticsearchexporter/internal/serializer/otelserializer/profile.go
Outdated
Show resolved
Hide resolved
...rter/elasticsearchexporter/internal/serializer/otelserializer/serializeprofiles/transform.go
Outdated
Show resolved
Hide resolved
…zer/serializeprofiles/transform.go Co-authored-by: Florian Lehner <[email protected]>
593e97c
to
3e0d86b
Compare
a5b356d
to
112dcb2
Compare
112dcb2
to
81e972e
Compare
This is ready for review. |
exporter/elasticsearchexporter/internal/serializer/otelserializer/profile.go
Show resolved
Hide resolved
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.
minor comments on the code under the assumption that @florianl already checked the profiling encoding logic
Co-authored-by: Carson Ip <[email protected]>
4ee0401
to
059b0fc
Compare
059b0fc
to
86f6f97
Compare
exporter/elasticsearchexporter/internal/serializer/otelserializer/profile.go
Show resolved
Hide resolved
exporter/elasticsearchexporter/internal/serializer/otelserializer/profile.go
Outdated
Show resolved
Hide resolved
exporter/elasticsearchexporter/internal/serializer/otelserializer/profile.go
Show resolved
Hide resolved
…zer/profile.go Co-authored-by: Tim Rühsen <[email protected]>
This PR is ready for review as a first setup that works. |
This adds support for exporting profiles within the elasticsearch exporter.