v2.1.43
Changelog
- Added
bifrost.plugins.telemetry.config.user_labels_enabled(defaultfalse) — addsuser_idanduser_namelabels to everybifrost_*metric. Off by default because these are unbounded: they multiply metric series by end-user count, on top of avirtual_key_idlabel that already reaches tens of thousands of values in large deployments, and Prometheus cannot drop a label after the fact. Datadog and Splunk emit these dimensions unconditionally, since a costly tag can be dropped server-side there.

