Skip to content

Commit cebf485

Browse files
authored
Describe OTLP receiver in docs (#6019)
Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent d83f7b1 commit cebf485

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/api/_index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,18 @@ _For more information, please check out Prometheus [Remote storage integrations]
212212

213213
_Requires [authentication](#authentication)._
214214

215+
### OTLP Receiver
216+
217+
```
218+
POST /api/v1/otlp/v1/metrics
219+
```
220+
221+
Entrypoint for the OTLP Receiver
222+
223+
This API endpoint accepts a HTTP POST request using [OTLP](https://opentelemetry.io/docs/specs/otlp/) format
224+
225+
_Requires [authentication](#authentication)._
226+
215227
### Distributor ring status
216228

217229
```

0 commit comments

Comments
 (0)