LLM Observability with HyperDX using OpenLIT
Install OpenTelemetry Collector (Optional)
Configure the OpenTelemetry Collector
receivers
section of your OpenTelemetry Collector config, ensure the http
receiver is set with endpoint: 0.0.0.0:4318
.
otlp
exporter to export metrics and traces to HyperDX.
YOUR_HYPERDX_API_KEY_HERE
with the your HyperDX API Key.
x6xx7265-43x3-476x-1112-x9x52x29xxxx
otlphttp/hdx
to service.pipelines.traces
and service.pipelines.metrics
for data export.
Example Configuration
Add the following two lines to your application code:
YOUR_OTELCOL_URL:4318
with the URL HTTP endpoint of your OpenTelemetry Collector.
http://127.0.0.1:4318
Start monitoring using a pre-built HyperDX dashboard