Skip to content

[prometheus-agent] - set stage label if it doesn't already exist

Nick Duff requested to merge nduff/node-exporter-stage-label into main

What

  • Sets a stage label to main if it doesn't already exist

Why

By default we expect stage labels to exist on the GCE resources we scrape.

However since this isn't always guaranteed this rule will add the stage label if it doesn't already exist.

Merge request reports