logsmall
menu_book  API reference · v0.1 · same shape as the Datadog API
tagv1 codeopenapi.json key  Get an API key

logsmall API — v1

The logsmall API mirrors the Datadog API surface so existing Datadog SDKs work after a one-line endpoint swap. Send DD-API-KEY + DD-APPLICATION-KEY headers as before, point your client at https://api.logsmall.com, and every request shape Datadog accepts is accepted here too. Use the language tabs to copy-paste a call in Curl, Python, Node, Go, Java, .NET, Ruby, or PHP.

Traces

Submit traces via OTLP/HTTP or Datadog v0.4 / v0.5 / v0.7 protocols. Existing dd-trace-* SDKs work after pointing at https://api.logsmall.com.

Submit traces (Datadog v0.7)

POST /v0.7/traces

Msgpack-encoded array of trace chunks. Identical wire format to dd-trace-agent v0.7.

curl -X POST "https://api.logsmall.com/v0.7/traces" \
  -H "DD-API-KEY: $LOGSMALL_API_KEY" \
  -H "Content-Type: application/msgpack" \
  --data-binary @trace_chunks.msgpack