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
Using BedrockInstrumentor().instrument() does not emit any bedrock traces when using LlamaIndex BedrockConverse LLM.
Tracing through the code is a bit hairy, but I suspect it's due to the LlamaIndex implementation using aioboto3 while the BedrockInstrumenter is monkey-patching the boto3 library.