Skip to content

Commit 2402029

Browse files
committed
change logs/metrics/traces to forward to tokyo vultr cluster
1 parent 45fd0d6 commit 2402029

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.scripts/helm/charts/on-demand/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ components:
4242
command: ""
4343
metrics:
4444
exporter: "prometheus"
45-
endpoint: "remote-write.switchboard.xyz/write"
45+
endpoint: "remote-write.switchboardlabs.xyz/write"
4646
port: 9090
4747
path: "/metrics"
4848
resources:
@@ -67,7 +67,7 @@ components:
6767
command: ""
6868
metrics:
6969
exporter: "prometheus"
70-
endpoint: "remote-write.switchboard.xyz/write"
70+
endpoint: "remote-write.switchboardlabs.xyz/write"
7171
port: 9090
7272
path: "/metrics"
7373
resources:
@@ -90,7 +90,7 @@ components:
9090
command: ""
9191
metrics:
9292
exporter: "prometheus"
93-
endpoint: "remote-write.switchboard.xyz/write"
93+
endpoint: "remote-write.switchboardlabs.xyz/write"
9494
port: 9090
9595
path: "/metrics"
9696
resources:

.scripts/helm/charts/oracle-log-forwarding/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ alloy:
2020
// Logs delivery
2121
loki.write "default" {
2222
endpoint {
23-
url = "https://loki.switchboard.xyz/loki/api/v1/push"
23+
url = "https://loki.switchboardlabs.xyz/loki/api/v1/push"
2424
basic_auth {
2525
username = {{ .Values.basicAuth.username | quote }}
2626
password = {{ .Values.basicAuth.password | quote }}
@@ -242,6 +242,6 @@ alloy:
242242
}
243243
otelcol.exporter.otlphttp "tempo" {
244244
client {
245-
endpoint = "https://tempo.switchboard.xyz:443"
245+
endpoint = "https://tempo.switchboardlabs.xyz:443"
246246
}
247247
}

.scripts/helm/charts/sb-monitoring/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
victoria-metrics-agent:
22
remoteWrite:
3-
- url: "https://remote-write.switchboard.xyz/api/v1/write"
3+
- url: "https://remote-write.switchboardlabs.xyz/api/v1/write"
44

55
config:
66
global:

.scripts/kubernetes/vmagent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
remoteWrite:
2-
- url: "https://remote-write.switchboard.xyz/api/v1/write"
2+
- url: "https://remote-write.switchboardlabs.xyz/api/v1/write"
33

44
envFrom:
55
- configMapRef:

.scripts/kubernetes/vmlogs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ customConfig:
2222
api_version: v8
2323
compression: gzip
2424
endpoints:
25-
- https://victoria-logs.switchboard.xyz/insert/elasticsearch/
25+
- https://victoria-logs.switchboardlabs.xyz/insert/elasticsearch/
2626
healthcheck:
2727
enabled: false
2828
inputs:

0 commit comments

Comments
 (0)