LLM Observability with Prometheus and Jaeger using OpenLIT
0.0.0.0:4318
for HTTP and 0.0.0.0:4317
for gRPC.prometheusremotewrite
for metrics → Prometheusotlp
for traces → JaegerComplete Collector Configuration
YOUR_PROMETHEUS_REMOTE_WRITE_URL
with your Prometheus remote write endpoint.
https://prometheus.grafana.net/api/prom/push
YOUR_JAEGER_URL
with your Jaeger endpoint.
jaeger:4317
(for local setup)jaeger-collector.monitoring.svc.cluster.local:4317
(for Kubernetes)YOUR_OTELCOL_URL:4318
with the HTTP endpoint of your OpenTelemetry Collector.
http://127.0.0.1:4318
(for local collector)http://otel-collector.monitoring.svc.cluster.local:4318
(for Kubernetes)Dashboard