Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Feb 6, 2025
1 parent 6793481 commit 8fca694
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ and
It has been used to implement Prometheus
[(pull) exporters for OpenTelemetry SDKs](https://pkg.go.dev/go.opentelemetry.io/otel/exporters/prometheus),
[OTLP export from Prometheus libraries](https://prometheus.github.io/client_java/otel/otlp/),
[OTLP ingestion for the Prometheus server](https://prometheus.io/docs/prometheus/latest/feature_flags/#otlp-receiver),
[OTLP ingestion for the Prometheus server](https://prometheus.io/docs/prometheus/2.55/feature_flags/#otlp-receiver),
and the OpenTelemetry Collector's
[Prometheus Receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusreceiver),
[Prometheus Remote Write exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/prometheusremotewriteexporter),
Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/docs/languages/exporters/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Specification][OTLP].
[Jaeger]: /blog/2022/jaeger-native-otlp/
[OTLP]: /docs/specs/otlp/
[Prometheus]:
https://prometheus.io/docs/prometheus/latest/feature_flags/#otlp-receiver
https://prometheus.io/docs/prometheus/2.55/feature_flags/#otlp-receiver
[vendors]: /ecosystem/vendors/

[reg]: /ecosystem/registry/?component=exporter&language={{ $lang }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Prometheus

To send your metric data to [Prometheus](https://prometheus.io/), you can either
[enable Prometheus' OTLP Receiver](https://prometheus.io/docs/prometheus/latest/feature_flags/#otlp-receiver)
[enable Prometheus' OTLP Receiver](https://prometheus.io/docs/prometheus/2.55/feature_flags/#otlp-receiver)
and use the [OTLP exporter](#otlp) or you can use the Prometheus exporter, a
`MetricReader` that starts an HTTP server that collects metrics and serialize to
Prometheus text format on request.
Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/ja/docs/languages/exporters/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
[Jaeger]: /blog/2022/jaeger-native-otlp/
[OTLP]: /docs/specs/otlp/
[Prometheus]:
https://prometheus.io/docs/prometheus/latest/feature_flags/#otlp-receiver
https://prometheus.io/docs/prometheus/2.55/feature_flags/#otlp-receiver
[ベンダー]: /ecosystem/vendors/

[reg]: /ecosystem/registry/?component=exporter&language={{ $lang }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/pt/docs/languages/exporters/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ consulte a [Especificação do OTLP][OTLP].
[Jaeger]: /blog/2022/jaeger-native-otlp/
[OTLP]: /docs/specs/otlp/
[Prometheus]:
https://prometheus.io/docs/prometheus/latest/feature_flags/#otlp-receiver
https://prometheus.io/docs/prometheus/2.55/feature_flags/#otlp-receiver
[vendors]: /ecosystem/vendors/

[reg]: /ecosystem/registry/?component=exporter&language={{ $lang }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Para enviar dados de métricas para o [Prometheus](https://prometheus.io/), você
pode
[ativar o OTLP Receiver do Prometheus](https://prometheus.io/docs/prometheus/latest/feature_flags/#otlp-receiver)
[ativar o OTLP Receiver do Prometheus](https://prometheus.io/docs/prometheus/2.55/feature_flags/#otlp-receiver)
e utilizar o [exportador OTLP](#otlp) ou você pode utilizar o exportador do
Prometheus, um `MetricReader` que inicia um servidor HTTP e coleta métricas,
serializando para o formato de texto do Prometheus sob demanda.
Expand Down
12 changes: 0 additions & 12 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -15499,10 +15499,6 @@
"StatusCode": 200,
"LastSeen": "2025-02-06T02:29:12.345Z"
},
"https://prometheus.io/docs/prometheus/latest/feature_flags/#otlp-receiver": {
"StatusCode": 206,
"LastSeen": "2025-02-06T02:29:59.999Z"
},
"https://prometheus.io/docs/prometheus/latest/federation/": {
"StatusCode": 206,
"LastSeen": "2025-01-13T12:10:59.705964-05:00"
Expand Down Expand Up @@ -16855,10 +16851,6 @@
"StatusCode": 206,
"LastSeen": "2025-02-01T07:10:54.834545-05:00"
},
"https://www.erlang.org/doc/man/erl_error.html#format_exception-3": {
"StatusCode": 206,
"LastSeen": "2025-02-06T02:31:59.999Z"
},
"https://www.erlang.org/doc/reference_manual/records.html": {
"StatusCode": 206,
"LastSeen": "2025-01-15T13:17:32.471781-05:00"
Expand Down Expand Up @@ -17743,10 +17735,6 @@
"StatusCode": 200,
"LastSeen": "2025-02-06T02:31:12.345Z"
},
"https://www.openssl.org/docs/man1.1.1/man3/SSL_get_version.html#RETURN-VALUES": {
"StatusCode": 206,
"LastSeen": "2025-02-06T02:31:59.999Z"
},
"https://www.opentext.com/products/core-application-observability": {
"StatusCode": 200,
"LastSeen": "2024-12-04T08:45:30.976351014Z"
Expand Down

0 comments on commit 8fca694

Please sign in to comment.