You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(influxdb3_server): include node_id label on exported metrics
Add `with_default_attributes` to `PrometheusTextEncoder` so the same
label set can be applied to every reported observation. `handle_metrics`
uses it to attach `node_id` to each series, sparing operators from
relabeling on hostname. `node_modes` is more relevant to Enterprise and
is left for a follow-up.
0 commit comments