@assemblyline-agents/otlp
v10.3.2
Published
Official Assembly Line OTLP/HTTP instrumentation plugin for GenAI telemetry backends.
Maintainers
Readme
@assemblyline-agents/otlp
Official OTLP/HTTP observability plugin for GenAI telemetry backends.
Configure
Install and lock the typed plugin, then set OTEL_EXPORTER_OTLP_ENDPOINT:
assembly-line add otlp agentSelect the default contribution in agent.md:
observability: otlpThe default records usage telemetry without model content. Inputs and outputs are not recorded.
Set only the exceptions you need:
observability:
otlp:
serviceName: coachgpt
captureContent:
level: usage
sampleRate: 0.25
redact: true
recordInputs: false
recordOutputs: falseSee the Declarative Reference for every capture level and default.
License
MIT
