[Exporter.Geneve] Will TlvMetricExporter support ExponentialHistogram? #2877
YanlingCui
started this conversation in
General
Replies: 2 comments 4 replies
-
@rajkumar-rangaraj, @xiang17, FYI |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, If so, there is an alternative way around this. One could use this feature to send exponential histograms serialized in OTLP format over ETW. In addition to the change in connection string & resource attributes mentioned, one would also need to configure a part of the geneva pipeline to receive otlp over etw. I can send an example from internal docs over teams. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
Exponential bucket histogram aggregation achieves low relative error for histogram instruments. So, we want to apply Exponential histogram to our metrics. While we found the metric data cannot be exported to Geneva. It looks like TlvMetricExporter doesn't support ExponentialHistogram yet.
In our scenario, we send metrics to ETW through TlvMetricExporter.
We'd like to know do you plan to support ExponentialHistogram in TlvMetricExporter?
Beta Was this translation helpful? Give feedback.
All reactions