jaegertracing / jaeger

CNCF Jaeger, a Distributed Tracing Platform
https://www.jaegertracing.io/
Apache License 2.0
20.19k stars 2.4k forks source link

[Bug]: OTLP http v1/trace endpoint is not documented #4324

Closed kasium closed 1 year ago

kasium commented 1 year ago

What happened?

I wanted to use jaeger with native OTLP using opentelemetry-exporter-otlp-proto-http with a URL like "http://:4318". However when I tried sending data, it failed with a 404.

I read thru the code of opentelemetry-exporter-otlp-proto-http and foudn that the endpoint needs to look like "http://:4318/v1/trace". For that I could not find any documentation

Steps to reproduce

n/a

Expected behavior

There is documentation

Relevant log output

n/a

Screenshot

n/a

Additional context

n/a

Jaeger backend version

v1.42.0

SDK

opentelemetry-exporter-otlp-proto-http 1.16.0

Pipeline

n/a

Stogage backend

all-in-one

Operating system

Linux

Deployment model

Docker

Deployment configs

n/a
yurishkuro commented 1 year ago

URL must contain a host name before the port.

Configuration of the SDK is not a Jaeger issue.