We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb07bb commit b5e32aaCopy full SHA for b5e32aa
deployment/kubernetes/fdb-metrics-pod.yaml
@@ -2,6 +2,10 @@ apiVersion: v1
2
kind: Pod
3
metadata:
4
name: fdb-prometheus-exporter
5
+ annotations:
6
+ prometheus.io/scrape: "true"
7
+ prometheus.io/path: /metrics
8
+ prometheus.io/port: "8080"
9
spec:
10
containers:
11
- image: pierrezemb/fdb-prometheus-exporter:latest
0 commit comments