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 c153795 commit a63bf96Copy full SHA for a63bf96
fleet/lib/kube-prometheus-stack/overlays/dev/values.yaml
@@ -25,6 +25,8 @@ prometheus:
25
follow_redirects: true
26
include_parameters: true
27
enable_http2: true
28
+ - <<: *blackbox-icmp-puppetdb
29
+ url: https://puppetdb.ls.lsst.org:8443
30
relabel_configs:
31
- source_labels: [__meta_puppetdb_certname]
32
target_label: __param_target
@@ -51,6 +53,8 @@ prometheus:
51
53
52
54
55
port: 9100
56
+ - <<: *node-puppetdb
57
58
59
60
target_label: instance
0 commit comments