Skip to content

Commit 450c9b2

Browse files
Update script exporter (#975)
1 parent 95e3fd4 commit 450c9b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

k8s/prometheus-federation/deployments/script-exporter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ spec:
3232

3333
containers:
3434
- name: script-exporter
35-
image: measurementlab/script-exporter-support:v0.2.9
35+
image: measurementlab/script-exporter-support:v0.2.10
3636
args:
3737
- -config.file=/etc/script_exporter/script_exporter.yml
3838
env:
39+
- name: LOGX_DEBUG
40+
value: 'false'
3941
- name: MONITORING_SIGNER_KEY
4042
value: /keys/monitoring-signer-key.json
4143
- name: LOCATE_URL

0 commit comments

Comments
 (0)