Integrations
OpenTelemetry Collector → LogHouse
Use OTLP inside your cluster, then export to LogHouse over the documented HTTP logs API. You do not need a proprietary LogHouse agent.
POST https://api.loghouse.ai/v1/logs
Authorization: Basic lht_…
content-type: application/json
[
{
"severity": "info",
"service_name": "api",
"message": "hello from LogHouse"
}
]Collector notes
Batch processors, resource detection, and an HTTP exporter to https://api.loghouse.ai/v1/logs with basic auth from a write token are the usual production shape. Filter processors can still send a subset of events to Datadog.
