Skip to content

Commit

Permalink
Update receiver/otlpreceiver/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Boten <[email protected]>
  • Loading branch information
fredthomsen and codeboten authored Jul 20, 2023
1 parent 7867a90 commit 84c73bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/otlpreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ and processed accordingly. Note the serialization format needs to be [protobuf J

The HTTP/JSON configuration also provides `traces_url_path`, `metrics_url_path`, and `logs_url_path`
configuration to allow the URL paths that signal data needs to be sent to be modified per signal type. These default to
`v1/traces`, `v1/metrics`, and `v1/logs` respectively.
`/v1/traces`, `/v1/metrics`, and `/v1/logs` respectively.

To write traces with HTTP/JSON, `POST` to `[address]/[traces_url_path]` for traces,
to `[address]/[metrics_url_path]` for metrics, to `[address]/[logs_url_path]` for logs.
Expand Down

0 comments on commit 84c73bd

Please sign in to comment.