File tree 7 files changed +6
-18
lines changed
content/en/blog/2024/prometheus-compatibility-survey
ja/docs/languages/exporters
pt/docs/languages/exporters
7 files changed +6
-18
lines changed Original file line number Diff line number Diff line change 25
25
It has been used to implement Prometheus
26
26
[ (pull) exporters for OpenTelemetry SDKs] ( https://pkg.go.dev/go.opentelemetry.io/otel/exporters/prometheus ) ,
27
27
[ OTLP export from Prometheus libraries] ( https://prometheus.github.io/client_java/otel/otlp/ ) ,
28
- [ OTLP ingestion for the Prometheus server] ( https://prometheus.io/docs/prometheus/latest /feature_flags/#otlp-receiver ) ,
28
+ [ OTLP ingestion for the Prometheus server] ( https://prometheus.io/docs/prometheus/2.55 /feature_flags/#otlp-receiver ) ,
29
29
and the OpenTelemetry Collector's
30
30
[ Prometheus Receiver] ( https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusreceiver ) ,
31
31
[ Prometheus Remote Write exporter] ( https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/prometheusremotewriteexporter ) ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Specification][OTLP].
34
34
[ Jaeger ] : /blog/2022/jaeger-native-otlp/
35
35
[ OTLP ] : /docs/specs/otlp/
36
36
[ Prometheus] :
37
- https://prometheus.io/docs/prometheus/latest /feature_flags/#otlp-receiver
37
+ https://prometheus.io/docs/prometheus/2.55 /feature_flags/#otlp-receiver
38
38
[ vendors ] : /ecosystem/vendors/
39
39
40
40
[ reg] : /ecosystem/registry/?component=exporter&language={{ $lang }}
Original file line number Diff line number Diff line change 1
1
## Prometheus
2
2
3
3
To send your metric data to [ Prometheus] ( https://prometheus.io/ ) , you can either
4
- [ enable Prometheus' OTLP Receiver] ( https://prometheus.io/docs/prometheus/latest /feature_flags/#otlp-receiver )
4
+ [ enable Prometheus' OTLP Receiver] ( https://prometheus.io/docs/prometheus/2.55 /feature_flags/#otlp-receiver )
5
5
and use the [ OTLP exporter] ( #otlp ) or you can use the Prometheus exporter, a
6
6
` MetricReader ` that starts an HTTP server that collects metrics and serialize to
7
7
Prometheus text format on request.
Original file line number Diff line number Diff line change 24
24
[ Jaeger ] : /blog/2022/jaeger-native-otlp/
25
25
[ OTLP ] : /docs/specs/otlp/
26
26
[ Prometheus] :
27
- https://prometheus.io/docs/prometheus/latest /feature_flags/#otlp-receiver
27
+ https://prometheus.io/docs/prometheus/2.55 /feature_flags/#otlp-receiver
28
28
[ ベンダー ] : /ecosystem/vendors/
29
29
30
30
[ reg] : /ecosystem/registry/?component=exporter&language={{ $lang }}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ consulte a [Especificação do OTLP][OTLP].
35
35
[ Jaeger ] : /blog/2022/jaeger-native-otlp/
36
36
[ OTLP ] : /docs/specs/otlp/
37
37
[ Prometheus] :
38
- https://prometheus.io/docs/prometheus/latest /feature_flags/#otlp-receiver
38
+ https://prometheus.io/docs/prometheus/2.55 /feature_flags/#otlp-receiver
39
39
[ vendors ] : /ecosystem/vendors/
40
40
41
41
[ reg] : /ecosystem/registry/?component=exporter&language={{ $lang }}
Original file line number Diff line number Diff line change 2
2
3
3
Para enviar dados de métricas para o [ Prometheus] ( https://prometheus.io/ ) , você
4
4
pode
5
- [ ativar o OTLP Receiver do Prometheus] ( https://prometheus.io/docs/prometheus/latest /feature_flags/#otlp-receiver )
5
+ [ ativar o OTLP Receiver do Prometheus] ( https://prometheus.io/docs/prometheus/2.55 /feature_flags/#otlp-receiver )
6
6
e utilizar o [ exportador OTLP] ( #otlp ) ou você pode utilizar o exportador do
7
7
Prometheus, um ` MetricReader ` que inicia um servidor HTTP e coleta métricas,
8
8
serializando para o formato de texto do Prometheus sob demanda.
Original file line number Diff line number Diff line change 15499
15499
"StatusCode": 200,
15500
15500
"LastSeen": "2025-02-06T02:29:12.345Z"
15501
15501
},
15502
- "https://prometheus.io/docs/prometheus/latest/feature_flags/#otlp-receiver": {
15503
- "StatusCode": 206,
15504
- "LastSeen": "2025-02-06T02:29:59.999Z"
15505
- },
15506
15502
"https://prometheus.io/docs/prometheus/latest/federation/": {
15507
15503
"StatusCode": 206,
15508
15504
"LastSeen": "2025-01-13T12:10:59.705964-05:00"
16855
16851
"StatusCode": 206,
16856
16852
"LastSeen": "2025-02-01T07:10:54.834545-05:00"
16857
16853
},
16858
- "https://www.erlang.org/doc/man/erl_error.html#format_exception-3": {
16859
- "StatusCode": 206,
16860
- "LastSeen": "2025-02-06T02:31:59.999Z"
16861
- },
16862
16854
"https://www.erlang.org/doc/reference_manual/records.html": {
16863
16855
"StatusCode": 206,
16864
16856
"LastSeen": "2025-01-15T13:17:32.471781-05:00"
17743
17735
"StatusCode": 200,
17744
17736
"LastSeen": "2025-02-06T02:31:12.345Z"
17745
17737
},
17746
- "https://www.openssl.org/docs/man1.1.1/man3/SSL_get_version.html#RETURN-VALUES": {
17747
- "StatusCode": 206,
17748
- "LastSeen": "2025-02-06T02:31:59.999Z"
17749
- },
17750
17738
"https://www.opentext.com/products/core-application-observability": {
17751
17739
"StatusCode": 200,
17752
17740
"LastSeen": "2024-12-04T08:45:30.976351014Z"
You can’t perform that action at this time.
0 commit comments