File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 11victoria-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 :
Original file line number Diff line number Diff line change 11remoteWrite :
2- - url : " https://remote-write.switchboard .xyz/api/v1/write"
2+ - url : " https://remote-write.switchboardlabs .xyz/api/v1/write"
33
44envFrom :
55 - configMapRef :
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments