Documentation of the initialization options for the SDKs.
http
or https
, it will use the OTLP/HTTP protocol.
Otherwise, it will use the OTLP/GRPC protocol.
For configuring this to different observability platform, check out our integrations section.
/v1/traces
. Thus, if you specify a base URL, we always append
/v1/traces
to it. This is similar to how OTLP_EXPORTER_OTLP_ENDPOINT
works
in all OpenTelemetry SDKs.https://api.traceloop.com
,
the SDK will generate a new API key automatically with the Traceloop
dashboard.key1=value1,key2=value2
. If you need spaces, use %20
.
This is similar to how OTEL_EXPORTER_OTLP_HEADERS
works in all OpenTelemetry SDKs.