Skip to content

Commit b59998f

Browse files
ArthurSensroboquat
authored andcommitted
Add probe metrics to preview environment
Signed-off-by: ArthurSens <[email protected]>
1 parent 39557c3 commit b59998f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.werft/observability/monitoring-satellite.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ export class MonitoringSatelliteInstaller {
7979
},
8080
kubescape: {},
8181
pyrra: {},
82+
probe: {
83+
targets: ['http://google.com'],
84+
},
8285
}" \
8386
monitoring-satellite/manifests/yaml-generator.jsonnet | xargs -I{} sh -c 'cat {} | gojsontoyaml > {}.yaml' -- {} && \
8487
find monitoring-satellite/manifests -type f ! -name '*.yaml' ! -name '*.jsonnet' -delete`

0 commit comments

Comments
 (0)