Index
OpenObserve follows opentelemtry standards for traces. You can send traces to OpenObserve using code instrumented via opentelemtry SDKs or via auto-instrumentation to send traces to OpenObserve.
HTTP
The HTTP Endpoint for sending traces to OpenObserve is
OpenObserve Cloud
https://api.openobserve.ai/api/<orgname>/v1/traces
e.g. https://api.openobserve.ai/api/default/v1/traces
Self hosted OpenObserve
https://url:5080/api/<orgname>/v1/traces
Credentials
You must send credentials via Authorization Header.
e.g.
for credentials:
cm9vdEBleGFtcGxlLmNvbTpDb21wbGV4cGFzcyMxMjM=
Header should be:
GRPC
OpenObserve also supports sending traces with gRPC as explained here.