mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Apply suggestions from code review
Co-authored-by: Julien Pivotto <roidelapluie@o11y.eu> Signed-off-by: Goutham Veeramachaneni <gouthamve+github@gmail.com>
This commit is contained in:
parent
6bb5720141
commit
9df36c3e5e
|
@ -1299,8 +1299,8 @@ endpoint is `/api/v1/write`. Find more details [here](../storage.md#overview).
|
||||||
|
|
||||||
Prometheus can be configured as a receiver for the OTLP Metrics protocol. This
|
Prometheus can be configured as a receiver for the OTLP Metrics protocol. This
|
||||||
is not considered an efficient way of ingesting samples. Use it
|
is not considered an efficient way of ingesting samples. Use it
|
||||||
with caution for specific low-volume use cases. It is not yet suitable for
|
with caution for specific low-volume use cases. It is not suitable for
|
||||||
replacing the ingestion via scraping yet.
|
replacing the ingestion via scraping.
|
||||||
|
|
||||||
Enable the OTLP receiver by the feature flag
|
Enable the OTLP receiver by the feature flag
|
||||||
`--enable-feature=otlp-write-receiver`. When enabled, the OTLP receiver
|
`--enable-feature=otlp-write-receiver`. When enabled, the OTLP receiver
|
||||||
|
|
Loading…
Reference in a new issue