Skip to content

Commit 06f615d

Browse files
authored
Merge branch 'main' into bump-go-1.21.6
2 parents b024ecd + 2e41841 commit 06f615d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sources/flow/reference/components/otelcol.exporter.otlp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ You can create an `otlp` exporter that sends your data to a managed service, for
205205
```river
206206
otelcol.exporter.otlp "grafana_cloud_tempo" {
207207
client {
208-
endpoint = "https://tempo-xxx.grafana.net/tempo"
208+
endpoint = "tempo-xxx.grafana.net/tempo:443"
209209
auth = otelcol.auth.basic.grafana_cloud_tempo.handler
210210
}
211211
}
@@ -229,4 +229,4 @@ connection work correctly. Refer to the linked documentation for more details.
229229

230230
{{% /admonition %}}
231231

232-
<!-- END GENERATED COMPATIBLE COMPONENTS -->
232+
<!-- END GENERATED COMPATIBLE COMPONENTS -->

0 commit comments

Comments
 (0)