Skip to content

Commit

Permalink
fix typo in doc (#6170)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurham authored Jan 16, 2024
1 parent 785ba3c commit 2e41841
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ You can create an `otlp` exporter that sends your data to a managed service, for
```river
otelcol.exporter.otlp "grafana_cloud_tempo" {
client {
endpoint = "https://tempo-xxx.grafana.net/tempo"
endpoint = "tempo-xxx.grafana.net/tempo:443"
auth = otelcol.auth.basic.grafana_cloud_tempo.handler
}
}
Expand All @@ -229,4 +229,4 @@ connection work correctly. Refer to the linked documentation for more details.

{{% /admonition %}}

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

0 comments on commit 2e41841

Please sign in to comment.