You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enhance tracing system with OpenTelemetry semantic conventions (#1331)
* feat: enhance tracing system with OpenTelemetry semantic conventions and configurable span formats
Introduces a major enhancement to the NeMo Guardrails tracing and telemetry infrastructure with support for multiple span formats, OpenTelemetry semantic convention compliance, and privacy-focused content capture controls. The system now supports both legacy and OpenTelemetry-compliant span formats while maintaining backward compatibility.
Key changes:
- Add configurable span format support (flat/opentelemetry)
- Implement OpenTelemetry semantic conventions for GenAI
- Add privacy controls for prompt/response content capture
- Enhance LLM call tracking with model provider information
- Improve span extraction and modeling architecture
- Add comprehensive test coverage for new functionality
0 commit comments