ExLLM.Infrastructure.Telemetry.OpenTelemetry (ex_llm v0.8.1)
View SourceOpenTelemetry integration for ExLLM (Stub).
This is a stub module that is loaded when OpenTelemetry is not available. To use the full OpenTelemetry functionality, add the required dependencies to your mix.exs:
{:opentelemetry_api, "~> 1.2"},
{:opentelemetry, "~> 1.3"},
{:opentelemetry_exporter, "~> 1.6"}