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 7bc43de commit d3b2770Copy full SHA for d3b2770
.werft/observability/monitoring-satellite.ts
@@ -82,7 +82,7 @@ export class MonitoringSatelliteInstaller {
82
remoteWrite: {
83
username: '${process.env.PROM_REMOTE_WRITE_USER}',
84
password: '${process.env.PROM_REMOTE_WRITE_PASSWORD}',
85
- urls: ['https://prometheus.gitpod-dev.com/api/v1/write'],
+ urls: ['https://victoriametrics.gitpod.io/api/v1/write'],
86
writeRelabelConfigs: [{
87
sourceLabels: ['__name__', 'job'],
88
separator: ';',
0 commit comments