-
Notifications
You must be signed in to change notification settings - Fork 501
Closed
Description
Hello everyone.
In our project we integrate opentelemetry-cpp
to export our telemetry data using the OTLP
exporters the library provides. Some of the metrics we export fit better as Summary
but the library doesn't support it. I understand the reason being Summaries
are declared Legacy
in the spec.
I've added the support myself in the opentelemetry-cpp
version we use in our project but would like to upstream the changes. So I was wondering whether you'd be open for a PR that allows users to export Summary
metrics (it doesn't cover things like instrument creation, etc).
Thanks
Metadata
Metadata
Assignees
Labels
No labels