We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb4dec commit 3937bf2Copy full SHA for 3937bf2
config.alloy
@@ -95,14 +95,14 @@ otelcol.exporter.debug "console" {
95
}
96
97
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
+// otelcol.auth.basic "grafanacloud" {
+// username = sys.env("GC_USERNAME")
+// password = sys.env("GC_PASSWORD")
+// }
+//
+// otelcol.exporter.otlphttp "grafanacloud" {
+// client {
+// endpoint = sys.env("GC_ENDPOINT")
+// auth = otelcol.auth.basic.grafanacloud.handler
0 commit comments