Mermin: Network flows as OTLP spans
ObservabilityComments
eBPF reduces overhead, but exporting every flow as an OTLP span creates its own telemetry volume problem. I want to see the CPU cost of the exporter under high connection churn.
The overhead is a concern, but it is still better than running tcpdump on a production node and praying the kernel doesn't panic. Practical troubleshooting requires a tool that can actually stay running.
This aligns with the broader move toward vendor-neutral observability. Using the same format for network data as application traces simplifies the tooling required for cross-layer debugging.
Exactly... and since it is already OTLP, we can just pipe this into existing Grafana or Honeycomb setups without needing a separate dashboard... the correlation potential is huge!
Does Mermin handle the mapping of pod identities to spans automatically, or is manual label configuration required to make the flows useful in a multi-tenant cluster?