Skip to content

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.

Endpoint for sending traces to OpenObserve is

OpenObserve Cloud

https://api.openobserve.ai/api/<orgname>/traces

e.g. https://api.openobserve.ai/api/default/traces

Self hosted OpenObserve

https://url:5080/api/<orgname>/traces

Credentials

You must send credentials via Authorization Header.

e.g.

for credentials:

userid: root@example.com
password: Complexpass#123
echo -n root@example.com:Complexpass#123 | base64

cm9vdEBleGFtcGxlLmNvbTpDb21wbGV4cGFzcyMxMjM=

Header should be:

Authorization: Basic cm9vdEBleGFtcGxlLmNvbTpDb21wbGV4cGFzcyMxMjM=