We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84bd72 commit 545193dCopy full SHA for 545193d
linkedin-burrow/50-burrow.yml
@@ -12,6 +12,9 @@ spec:
12
metadata:
13
labels:
14
app: burrow
15
+ annotations:
16
+ prometheus.io/scrape: "true"
17
+ prometheus.io/port: "8080"
18
spec:
19
containers:
20
- name: burrow
@@ -21,6 +24,17 @@ spec:
21
24
volumeMounts:
22
25
- name: config
23
26
mountPath: /etc/burrow
27
+ - name: prom
28
+ image: solsson/burrow-exporter@sha256:2358412bc4757b7bd459452a9d759a923fc5ba93b26f5fb5b3d1ed8a0189417c
29
+ ports:
30
+ - containerPort: 8080
31
+ env:
32
+ - name: BURROW_ADDR
33
+ value: http://localhost:8000
34
+ - name: METRICS_ADDR
35
+ value: 0.0.0.0:8080
36
+ - name: INTERVAL
37
+ value: "30"
38
volumes:
39
40
configMap:
0 commit comments