Skip to content

Commit 3937bf2

Browse files
committed
Comment grafanacloud config
1 parent 7eb4dec commit 3937bf2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

config.alloy

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ otelcol.exporter.debug "console" {
9595
}
9696

9797

98-
otelcol.auth.basic "grafanacloud" {
99-
username = sys.env("GC_USERNAME")
100-
password = sys.env("GC_PASSWORD")
101-
}
102-
103-
otelcol.exporter.otlphttp "grafanacloud" {
104-
client {
105-
endpoint = sys.env("GC_ENDPOINT")
106-
auth = otelcol.auth.basic.grafanacloud.handler
107-
}
108-
}
98+
// otelcol.auth.basic "grafanacloud" {
99+
// username = sys.env("GC_USERNAME")
100+
// password = sys.env("GC_PASSWORD")
101+
// }
102+
//
103+
// otelcol.exporter.otlphttp "grafanacloud" {
104+
// client {
105+
// endpoint = sys.env("GC_ENDPOINT")
106+
// auth = otelcol.auth.basic.grafanacloud.handler
107+
// }
108+
// }

0 commit comments

Comments
 (0)