You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website_docs/exporters.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ and metrics, you will need to export them to a backend.
10
10
## OTLP endpoint
11
11
12
12
To send trace data to an OTLP endpoint (like the [collector](/docs/collector) or
13
-
Jaeger >= v1.35.0) you'll want to configure an OTLP exporter that sends to your endpoint.
13
+
Jaeger >= v1.35.0) you'll want to configure an OTLP exporter that sends to your
14
+
endpoint.
14
15
15
16
### Using HTTP
16
17
@@ -30,12 +31,13 @@ func installExportPipeline(ctx context.Context) (func(context.Context) error, er
30
31
}
31
32
```
32
33
33
-
To learn more on how to use the OTLP HTTP exporter, try out the [otel-collector](https://github.com/open-telemetry/opentelemetry-go/tree/main/example/otel-collector)
34
+
To learn more on how to use the OTLP HTTP exporter, try out the
Please find more documentation on [GitHub](https://github.com/open-telemetry/opentelemetry-go/tree/main/exporters/prometheus)
0 commit comments