Skip to content

Commit

Permalink
Merge branch 'main' into ptbr_translate_languages_go
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorvasc authored Oct 10, 2024
2 parents 2fbd2bd + c5c1d02 commit 8bf1ebe
Show file tree
Hide file tree
Showing 21 changed files with 408 additions and 20 deletions.
3 changes: 2 additions & 1 deletion .cspell/pt-palavras.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
desserializa
desserializar
autoinstrumentação
autoconsistentes
serialização
verbosidade
verbosidade
2 changes: 1 addition & 1 deletion content/en/blog/2024/prom-and-otel/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ endpoint. Note that
The Prometheus exporter allows you to ship data in the Prometheus format, which
is then scraped by a Prometheus server. It's used to report metrics via the
Prometheus scrape HTTP endpoint. You can learn more by trying out this
[example](https://github.com/open-telemetry/opentelemetry-go/tree/main/example/prometheus).
[example](https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/examples/prometheus).
However, the scraping won't really scale, as all the metrics are sent in a
single scrape.

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/languages/go/examples.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Examples
redirect: https://github.com/open-telemetry/opentelemetry-go/tree/main/example
redirect: https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/examples
manualLinkTarget: _blank
_build: { render: link }
weight: 220
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/languages/go/exporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func newExporter(ctx context.Context) (metric.Reader, error) {
```

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

### OTLP logs over HTTP (Experimental)

Expand Down
Loading

0 comments on commit 8bf1ebe

Please sign in to comment.