bpfman icon indicating copy to clipboard operation
bpfman copied to clipboard

Expose bpfman metrics via OpenTelemetry

Open dave-tucker opened this issue 1 year ago • 3 comments

bpfman may have some internal metrics that we might like to expose to opentelemetry.

In order for this to work:

  1. bpfman would write metrics into the sled database when it is running
  2. Another process bpfman-metrics-exporter (not to be confused with bpf-metrics-exporter) would use the Otel SDK to read the metrics from the database.

dave-tucker avatar Jul 13 '23 16:07 dave-tucker

Is this issue requires additional work or to be closed as otel sdk is already integrated?

harisudarsan1 avatar Sep 20 '24 17:09 harisudarsan1

@harisudarsan1 So had to hunt down Dave (who reopened) to get clarification. This is still open. This Issue tracks adding bpfman specific metrics, which would allow someone to verify bpfman is working properly or debug an issue in bpfman. #579 is complete which tracked metrics on eBPF programs that are loaded.

Billy99 avatar Sep 30 '24 16:09 Billy99

Thanks @Billy99 for the clarification

harisudarsan1 avatar Sep 30 '24 17:09 harisudarsan1