Skip to content

Commit 38a5185

Browse files
ArthurSensroboquat
authored andcommitted
Replace metrics that are sent to prod
Signed-off-by: ArthurSens <[email protected]>
1 parent e238535 commit 38a5185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.werft/observability/monitoring-satellite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export class MonitoringSatelliteInstaller {
8686
writeRelabelConfigs: [{
8787
sourceLabels: ['__name__', 'job'],
8888
separator: ';',
89-
regex: 'probe_.*|rest_client_requests_total.*|up;probe',
89+
regex: 'rest_client_requests_total.*|http_prober_.*',
9090
action: 'keep',
9191
}],
9292
},

0 commit comments

Comments
 (0)