Render
Stream all Render service logs to Obtrace via Log Streams, and add the SDK for full trace and metric coverage.
Render
Render supports Log Streams over syslog TLS. Obtrace receives these logs, converts them to OTLP, and correlates them with SDK traces and metrics.
Step 1: Configure Log Stream
In the Render dashboard:
- Go to Workspace Settings → Integrations → Observability
- Set Log Endpoint to:
ingest.obtrace.ai:6514 - Set Token to your Obtrace API key (
obt_live_...) - Save
All services in your workspace will start streaming logs to Obtrace.
Alternative: Setup script
Step 2: Add environment variables
In your Render service settings, add:
| Variable | Value |
|---|---|
OBTRACE_API_KEY | obt_live_... |
OBTRACE_PLATFORM | render |
Or via Render Blueprint (render.yaml):
Step 3: Add the SDK (optional)
What you get
- Without SDK: All application logs streamed via syslog
- With SDK: Full traces, custom spans, runtime metrics, exception tracking, distributed context propagation