Integrations
Amazon Bedrock Agents
Trace AWS Bedrock Agents in Muster via OpenTelemetry instrumentation.
Amazon Bedrock Agents are AWS-managed services that combine foundation models with external data sources and APIs to create deployable conversational agents. Muster captures Bedrock Agent runs through OpenTelemetry instrumentation — a vendor-neutral path that works regardless of how you deploy the agent.
Setup
The recommended path follows the AWS-maintained langfuse-genaiops notebook, which contains complete configuration examples for Bedrock Agents with Muster.
The high-level steps:
- Configure Muster credentials as environment variables
(
LANGFUSE_PUBLIC_KEY,LANGFUSE_SECRET_KEY,LANGFUSE_BASE_URL). - Set up OpenTelemetry to export to Muster's
/api/public/otelendpoint (see the OpenTelemetry integration). - Instrument your Bedrock Agent invocation code so every agent step, tool call, and model completion produces a span.
- View the trace in Muster, including agent reasoning, knowledge base retrievals, action group invocations, and token usage.