Skip to content

Commit 5e2a0b4

Browse files
authored
docs: update example links to opentelemetry-go-contrib repository (#5364)
1 parent 487e55e commit 5e2a0b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/en/blog/2024/prom-and-otel/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ endpoint. Note that
130130
The Prometheus exporter allows you to ship data in the Prometheus format, which
131131
is then scraped by a Prometheus server. It's used to report metrics via the
132132
Prometheus scrape HTTP endpoint. You can learn more by trying out this
133-
[example](https://github.com/open-telemetry/opentelemetry-go/tree/main/example/prometheus).
133+
[example](https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/examples/prometheus).
134134
However, the scraping won't really scale, as all the metrics are sent in a
135135
single scrape.
136136

content/en/docs/languages/go/examples.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Examples
3-
redirect: https://github.com/open-telemetry/opentelemetry-go/tree/main/example
3+
redirect: https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/examples
44
manualLinkTarget: _blank
55
_build: { render: link }
66
weight: 220

content/en/docs/languages/go/exporters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ func newExporter(ctx context.Context) (metric.Reader, error) {
200200
```
201201

202202
To learn more on how to use the Prometheus exporter, try the
203-
[prometheus example](https://github.com/open-telemetry/opentelemetry-go/tree/main/example/prometheus)
203+
[prometheus example](https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/examples/prometheus)
204204

205205
### OTLP logs over HTTP (Experimental)
206206

0 commit comments

Comments
 (0)