Skip to content

Commit e2b45b4

Browse files
Apply suggestions from code review
Co-authored-by: Florent LB <florent.leborgne@elastic.co>
1 parent ff94ed2 commit e2b45b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/reference/motlp/prometheus-remote-write.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ products:
1111

1212
# Ingest Prometheus metrics with Managed Inputs [prometheus-remote-write]
1313

14-
The Managed Prometheus Remote Write endpoint ingests metrics sent in the [Prometheus Remote Write v1](https://prometheus.io/docs/specs/remote_write_spec/) (PRW) protocol. It accepts Prometheus PRW traffic natively, so you don't need to convert metrics to OTLP, and it's a dedicated [Managed Input](index.md) separate from the [Managed OTLP Endpoint](managed-otlp-endpoint.md). Metrics land in {{es}} time series data streams (TSDS), the same result as sending PRW directly to {{es}}.
14+
The Managed Prometheus Remote Write endpoint ingests metrics sent in the [Prometheus Remote Write v1](https://prometheus.io/docs/specs/remote_write_spec/) (PRW) protocol. It accepts PRW traffic natively, so you don't need to convert metrics to OTLP, and it's a dedicated [Managed Input](index.md) separate from the [Managed OTLP Endpoint](managed-otlp-endpoint.md). Metrics land in {{es}} time series data streams (TSDS), the same result as sending PRW directly to {{es}}.
1515

1616
## When to use the Managed Prometheus Remote Write endpoint
1717

18-
For {{serverless-full}} projects, the Managed Prometheus Remote Write endpoint is the recommended way to ingest Prometheus metrics. Compared to sending metrics directly to the [{{es}} Prometheus remote write endpoint](docs-content://manage-data/data-store/data-streams/tsds-ingest-prometheus-remote-write.md), it provides:
18+
For {{serverless-full}} projects, the Managed Prometheus Remote Write endpoint is the recommended way to ingest Prometheus metrics. Compared to sending metrics directly to the [{{es}} Prometheus Remote Write endpoint](docs-content://manage-data/data-store/data-streams/tsds-ingest-prometheus-remote-write.md), it provides:
1919

2020
- A single ingest endpoint and API key shared with the other [Managed Inputs](index.md).
2121
- Durable buffering, back-pressure, and retry on `429 Too Many Requests`.
2222
- The same Prometheus-to-TSDS mapping as the {{es}} PRW endpoint, so the resulting data is identical.
2323

2424
:::{warning}
25-
On {{serverless-full}}, use the Managed Prometheus Remote Write endpoint rather than sending metrics directly to the [{{es}} Prometheus remote write endpoint](docs-content://manage-data/data-store/data-streams/tsds-ingest-prometheus-remote-write.md).
25+
On {{serverless-full}}, use the Managed Prometheus Remote Write endpoint rather than sending metrics directly to the [{{es}} Prometheus Remote Write endpoint](docs-content://manage-data/data-store/data-streams/tsds-ingest-prometheus-remote-write.md).
2626

2727
Direct ingest bypasses Managed Inputs, uses different authentication, and has no buffering or processing before data reaches {{es}}. Use the direct {{es}} endpoint only for self-managed deployments, where Managed Inputs aren't available. {{ech}} support for the Managed Prometheus Remote Write endpoint is planned.
2828
:::

0 commit comments

Comments
 (0)