opentelemetry
OpenTelemetry Integration
Installation
pip install "nomotic[otel]"Setup
from nomotic.otel_exporter import OTelExporter
exporter = OTelExporter(
runtime=runtime,
endpoint="http://localhost:4317", # OTLP gRPC endpoint
service_name="my-agent-service",
)
exporter.start()Exported Metrics
Metric
Type
Description
Prometheus
Traces
Related
Last updated

