You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it should be for metrics only. IMO, we should also not modify the source events (so that we can use consumer.Capabilities{MutatesData: false}) but instead adjust the grouping hash and the timestamp serialization. We may also want to include a mode that emits timestamps in nanos precision for metrics. But I think that can come later in case there are users that need that. I'd assume that for the vast majority of metrics use cases, millisecond precision is fine. For reference, Prometheus also only supports ms precision timestamps.
Component(s)
exporter/elasticsearch
Is your feature request related to a problem? Please describe.
See known issues in ES exporter readme and #37150 about version conflict in TSDB due to nanoseconds precision in metrics.
Describe the solution you'd like
As discussed in #37150 (comment) , it is better for ES exporter to handle this OOTB to truncate timestamp to milliseconds.
Scope is not decided yet - whether it is 1. for metrics only and 2. for OTel mapping mode only.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: