Skip to content

Commit d3b2770

Browse files
ArthurSensroboquat
authored andcommitted
previews: Replace remote-write address
1 parent 7bc43de commit d3b2770

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
@@ -82,7 +82,7 @@ export class MonitoringSatelliteInstaller {
8282
remoteWrite: {
8383
username: '${process.env.PROM_REMOTE_WRITE_USER}',
8484
password: '${process.env.PROM_REMOTE_WRITE_PASSWORD}',
85-
urls: ['https://prometheus.gitpod-dev.com/api/v1/write'],
85+
urls: ['https://victoriametrics.gitpod.io/api/v1/write'],
8686
writeRelabelConfigs: [{
8787
sourceLabels: ['__name__', 'job'],
8888
separator: ';',

0 commit comments

Comments
 (0)