Replies: 1 comment
-
The OTLP exporter should support delta temporality. I'm not able to reproduce your findings with the example provided. Can you update to the latest to check if the problem still presists. If it does, please open a bug to track this? Closing the discussion as this seems like a bug report instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I need help here. I see that when I setup otlpmetricgrpc.WithTemporalitySelector(deltaSelector) , the OTLP Exporter doesn't emit any data. But OTLP Exporter emit the data when I remove otlpmetricgrpc.WithTemporalitySelector(deltaSelector) and it emits the cumulative metrics.
When I tested deltaSelector with StdOutExporter, it works.
Is there any way , I can print OTLPExporter data to log ?
I see this is in the log when it try to setup.
{"level":"error","application":","",","error":"failed to upload metrics: rpc error: code = Unknown desc = failed to convert OTLP metric to line protocol: unsupported sum aggregation temporality "Delta"","logger":"setup","time":"2023-09-09T12:58:08.213547491Z","caller","function":"Error","message":"OTEL SDK encountered an error"}
Version I am using
Beta Was this translation helpful? Give feedback.
All reactions