You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
418 B
16 lines
418 B
apiVersion: monitoring.coreos.com/v1 |
|
kind: ServiceMonitor |
|
metadata: |
|
name: gitlab-metrics-servicemonitor |
|
# Change this to the namespace the Prometheus instance is running in |
|
# namespace: default |
|
labels: |
|
app: gitlab-runner-gitlab-runner |
|
release: prometheus |
|
spec: |
|
selector: |
|
matchLabels: |
|
app: gitlab-runner-gitlab-runner # target gitlab service |
|
endpoints: |
|
- port: metrics |
|
interval: 15s
|
|
|