This page describes Honeycomb event-based metrics.
To learn more about time series metrics in Honeycomb, visit Metrics in Honeycomb.
- they were received as part of the same OTLP request
- their timestamps are equivalent when truncated to the second (we truncate metric timestamps to the second for improved compaction)
- they have the same set of resource attribute keys and values
- they have the same set of data point attribute keys and values (sometimes these are also called “tags” or “labels”)
Combining Across Metric Streams
Given a single metrics request that contains the following data:Both of the timestamps on the above metrics (1623110537 and 1823110538) take place within the first second of the unix epoch.
When processed by Honeycomb, the timestamps will be truncated to the second, meaning they will both become 1000000000 (1970-01-01 00:00:01 +0000 UTC).
Since the metrics share the same labels and truncated timestamp, we are able to combine them into a single Honeycomb event.