You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
All the otlp http receiver endpoints give 404s with example local config.
Steps to reproduce
# start the collector running default local config (no modifications)
$ make run
# try to curl the traces endpoint
$ curl -X POST 0.0.0.0:55681/v1/traces
404 page not found
What did you expect to see?
I tested both v0.27.0 and v0.28.0
$ curl -X POST 0.0.0.0:55681/v1/traces
{
}
What did you see instead?
This is what you see starting with v0.29.0
Environment
OS: macOS Big Sur version 11.2.3
Compiler(if manually compiled): go version go1.16.5 darwin/amd64
Additional context
I found this while upgrading a custom build I'm working on. I have a stable build using v0.27.0, but cannot upgrade to v0.29.0 due to this issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
All the otlp http receiver endpoints give 404s with example local config.
Steps to reproduce
What did you expect to see?
I tested both
v0.27.0
andv0.28.0
What did you see instead?
This is what you see starting with
v0.29.0
What version did you use?
Version:
v0.29.0
What config did you use?
Config: https://github.com/open-telemetry/opentelemetry-collector/blob/main/examples/local/otel-config.yaml
Environment
OS: macOS Big Sur version 11.2.3
Compiler(if manually compiled):
go version go1.16.5 darwin/amd64
Additional context
I found this while upgrading a custom build I'm working on. I have a stable build using
v0.27.0
, but cannot upgrade tov0.29.0
due to this issue.The text was updated successfully, but these errors were encountered: