Open matryer opened 6 months ago
For non OpenTelemetry users we could also improve the experience with some basic prometheus label conventions. E.g. look at matching job
labels to find other related series/streams. For kubernetes workloads pod
can also provide a lot of insight to match to other similar pods.
If people use otel, we can make their browsing experience even better.
the idea here being these extra resource attributes (labels) in otel don't get put on each metric/log, but instead get sent as a separate "info" metric. Explore Apps would need to do a PromQL join to actually filter on them, which is hard for humans, but easy for computers