Hello Patricia Torok (SK),
Welcome to Microsoft Q&A and Thank you for reaching out.
I understand that you're encountering some issues with the tracing feature in Microsoft Foundry while using LangGraph v1.
Let’s break down your questions:
Question 1: Is this normal behavior?
Blank prompt fields not being populated can be a sign of a few things. If the tracing feature is set up correctly, you should typically see prompts being populated. Here are a few things you might want to check:
- Ensure that you've linked your Application Insights correctly in the project’s Monitor settings.
- Verify that the credentials and environment variables (like
APPLICATION_INSIGHTS_CONNECTION_STRINGandAZURE_OPENAI_ENDPOINT) are set up properly. - Check if you are using both server-side and client-side tracing. If you're only using server-side tracing, it may not capture all the necessary details, leading to incomplete spans.
Question 2: What are those HTTP calls?
The HTTP calls in the tracing context usually refer to the interactions between your application, the Azure AI services, and the tracing infrastructure (like Application Insights). For details on those calls, you can:
- Enable logging for your Azure OpenAI API Management to view the requests being sent and received.
- Use the tracing capabilities to monitor the spans and identify the specific HTTP calls that are being made during your application’s processing.
Suggested Steps to Troubleshoot:
- Review your Tracing Setup: Go through the setup steps in the relevant documentation and make sure everything is configured correctly.
- Check Logs: Look at the logs in Application Insights to see if there are any errors or missed data that might explain the blank prompts.
- Testing Configuration: Run some test queries to see if the tracing behavior changes and provides the expected prompts.
- Documentation Reference: Use the tracing integration guide to make sure you have implemented everything as expected.
Please refer this,
- Setup Tracing for Agents in Microsoft Foundry
- Overview of Tracing Concepts
- Agent Tracing Integrations
I Hope this helps. Do let me know if you have any further queries.
If this answers your query, please do click Accept Answer and Yes for was this answer helpful.
Thank you!