Increase Sampling frequency? #5582
Replies: 1 comment
-
Currently, OpenTelemetry (OTel) does not have a separate concept of "collection/sampling frequency." The collection frequency is inherently tied to the export interval, which defaults to 60 seconds for the OTLP Exporter. You can modify this interval to change the frequency at which metrics are exported. This adjustment will automatically affect the sampling/collection frequency for Observable instruments! There have been spec discussions about introducing a distinct sampling frequency, independent of the exporter frequency in the OTel specification. However, this proposal has not materialized as of today. |
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
-
Metrics such as "process.memory.usage" are only collected once per minute. Is there a way to sample this like, once every 15 sec? same thing for other metrics such as HTTP queue, open_connections and others
Beta Was this translation helpful? Give feedback.
All reactions