Skip to content

Commit a023475

Browse files
authored
[Bugfix] Change Exporter labels (#1678)
1 parent 2ab9040 commit a023475

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [master](https://github.com/arangodb/kube-arangodb/tree/master) (N/A)
44
- (Maintenance) Go 1.22.4 & Kubernetes 1.29.6 libraries
55
- (Feature) Fix CRD Schema types
6+
- (Bugfix) Adjust Prometheus Monitor labels
67

78
## [1.2.41](https://github.com/arangodb/kube-arangodb/tree/1.2.41) (2024-05-24)
89
- (Maintenance) Bump Prometheus API Version

pkg/deployment/resources/servicemonitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func LabelsForExporterServiceMonitor(name string, obj deploymentApi.DeploymentSp
5555
func LabelsForExporterServiceMonitorSelector(name string) map[string]string {
5656
return map[string]string{
5757
k8sutil.LabelKeyArangoDeployment: name,
58-
k8sutil.LabelKeyApp: k8sutil.AppName,
58+
k8sutil.LabelKeyArangoExporter: "yes",
5959
}
6060
}
6161

0 commit comments

Comments
 (0)