Prerequisites
- Golf Gateway deployed and running
- OpenTelemetry Collector or compatible backend (Grafana, Datadog, etc.)
Configure OTLP export
- YAML
- Admin Portal
gRPC (Recommended):HTTP/Protobuf:
Export signals
Resource attributes
Golf Gateway includes these resource attributes:
Add custom attributes:
Semantic conventions
Log records follow OpenTelemetry semantic conventions:Common OTLP backends
Consult your observability platform’s documentation for OTLP endpoint configuration:Verify export is working
- Check health endpoint includes OTEL status
- View logs in your OTLP backend
- Search for
service.name: golf-gateway
Troubleshooting
- Connection timeout: Verify endpoint is reachable
- 401/403 errors: Check authentication headers
- No data appearing: Verify
export_logs: truein your YAML config
Related guides
- Export Logs to Elasticsearch - ES export
- Export Logs to Azure Sentinel - Sentinel export