Skip to content

Commit 40d0e7c

Browse files
committed
Add another generic label.
1 parent 5803780 commit 40d0e7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/deployment/resources/servicemonitor.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ func LabelsForExporterServiceMonitor(deploymentName string) map[string]string {
3636
k8sutil.LabelKeyArangoDeployment: deploymentName,
3737
k8sutil.LabelKeyApp: k8sutil.AppName,
3838
"context": "metrics",
39+
"metrics": "prometheus",
3940
}
4041
}
4142

0 commit comments

Comments
 (0)