Skip to content

Commit 6e2b855

Browse files
authored
set kubelet/kubeproxy job name to local (#496)
1 parent 15c64b0 commit 6e2b855

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

charts/netdata/values.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,10 @@ child:
345345
update_every: 1
346346
autodetection_retry: 0
347347
jobs:
348-
- url: http://127.0.0.1:10255/metrics
349-
- url: https://localhost:10250/metrics
348+
- name: local
349+
url: http://127.0.0.1:10255/metrics
350+
- name: local
351+
url: https://localhost:10250/metrics
350352
tls_skip_verify: yes
351353
kubeproxy:
352354
enabled: true
@@ -355,7 +357,8 @@ child:
355357
update_every: 1
356358
autodetection_retry: 0
357359
jobs:
358-
- url: http://127.0.0.1:10249/metrics
360+
- name: local
361+
url: http://127.0.0.1:10249/metrics
359362
360363
env: {}
361364
## To disable anonymous statistics:

0 commit comments

Comments
 (0)