File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ loki.write "grafana_cloud_logs" {
149
149
url = "https://logs-prod-us-central1.grafana.net/loki/api/v1/push"
150
150
151
151
basic_auth {
152
- username = 5252
152
+ username = " 5252"
153
153
password = sys.env("GRAFANA_CLOUD_API_KEY")
154
154
}
155
155
}
@@ -181,7 +181,7 @@ otelcol.exporter.otlp "grafana_cloud_traces" {
181
181
}
182
182
183
183
otelcol.auth.basic "grafana_cloud_traces" {
184
- username = 4094
184
+ username = " 4094"
185
185
password = sys.env("GRAFANA_CLOUD_API_KEY")
186
186
}
187
187
```
@@ -217,7 +217,7 @@ prometheus.remote_write "grafana_cloud_metrics" {
217
217
url = "https://prometheus-us-central1.grafana.net/api/prom/push"
218
218
219
219
basic_auth {
220
- username = 12690
220
+ username = " 12690"
221
221
password = sys.env("GRAFANA_CLOUD_API_KEY")
222
222
}
223
223
}
@@ -262,7 +262,7 @@ otelcol.exporter.otlp "grafana_cloud_traces" {
262
262
}
263
263
264
264
otelcol.auth.basic "grafana_cloud_traces" {
265
- username = 4094
265
+ username = " 4094"
266
266
password = sys.env("GRAFANA_CLOUD_API_KEY")
267
267
}
268
268
@@ -275,7 +275,7 @@ prometheus.remote_write "grafana_cloud_metrics" {
275
275
url = "https://prometheus-us-central1.grafana.net/api/prom/push"
276
276
277
277
basic_auth {
278
- username = 12690
278
+ username = " 12690"
279
279
password = sys.env("GRAFANA_CLOUD_API_KEY")
280
280
}
281
281
}
@@ -290,7 +290,7 @@ loki.write "grafana_cloud_logs" {
290
290
url = "https://logs-prod-us-central1.grafana.net/loki/api/v1/push"
291
291
292
292
basic_auth {
293
- username = 5252
293
+ username = " 5252"
294
294
password = sys.env("GRAFANA_CLOUD_API_KEY")
295
295
}
296
296
}
You can’t perform that action at this time.
0 commit comments