Model Providers
AWS Bedrock
If you use AWS Bedrock models within your application, you can trace, monitor, and analyze them with Judgment using BedrockInstrumentor.
OpenTelemetry
pip install opentelemetry-instrumentation-bedrockfrom judgeval import Tracer
# Make sure you installed the dependency: opentelemetry-instrumentation-bedrock
from opentelemetry.instrumentation.bedrock import BedrockInstrumentor
Tracer.init(project_name="bedrock_project")
Tracer.registerOTELInstrumentation(BedrockInstrumentor())