Skip to content

Commit 2252595

Browse files
authored
feat(prometheus): Rename prometheus labels (#1114)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent af47999 commit 2252595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controlplane/pkg/metrics/prometheus/collector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func NewChainloopCollector(orgName string, gatherer ChainloopMetricsGatherer, lo
5252
workflowLastRunSuccessful: prometheus.NewGaugeVec(prometheus.GaugeOpts{
5353
Name: "chainloop_workflow_up",
5454
Help: "Indicate if the last run was successful.",
55-
}, []string{"org_name", "workflow_name"}),
55+
}, []string{"org", "workflow"}),
5656
logger: log.NewHelper(log.With(logger, "component", "collector/prometheus")),
5757
}
5858
}

0 commit comments

Comments
 (0)