Skip to content

Commit

Permalink
Update index.md (#5495)
Browse files Browse the repository at this point in the history
* Update index.md:
Fixes link to the OTLP HTTP documentation to prevent having to follow a redirect after following the link
* Update CHANGELOG.md:
* Update docs/sources/mimir/references/http-api/index.md
---------
Co-authored-by: Ursula Kallio <[email protected]>
  • Loading branch information
SandersAaronD authored Jul 14, 2023
1 parent 700c9b8 commit 3de76a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
### Documentation

* [CHANGE] Fix reference to `get-started` documentation directory. #5476
* [CHANGE] Fix link to external OTLP/HTTP documentation.

### Tools

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/mimir/references/http-api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ Requires [authentication](#authentication).
POST /otlp/v1/metrics
```

Entrypoint for the [OTLP HTTP](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/otlp.md#otlphttp). Experimental.
Entrypoint for the [OTLP HTTP](https://github.com/open-telemetry/opentelemetry-proto/blob/main/docs/specification.md). Experimental.

This endpoint accepts an HTTP POST request with a body that contains a request encoded with [Protocol Buffers](https://developers.google.com/protocol-buffers) and optionally compressed with [GZIP](https://www.gnu.org/software/gzip/).
You can find the definition of the protobuf message in [metrics.proto](https://github.com/open-telemetry/opentelemetry-proto/blob/main/opentelemetry/proto/metrics/v1/metrics.proto).
Expand Down

0 comments on commit 3de76a8

Please sign in to comment.