-
Notifications
You must be signed in to change notification settings - Fork 746
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
I was trying to view OpenAI telemetry data in the Aspire dashboard tracing view, but no relevant data was appearing. The dashboard provided a link to the documentation, but this section didn't provide sufficient guidance for enabling OpenAI-specific telemetry.
I then checked the Aspire.OpenAI component documentation, but the configuration steps mentioned there didn't work for me.
After researching further, I discovered in the commit history (specifically #11237) that OpenAI telemetry requires setting EnableSensitiveTelemetryData to true to be visible in the dashboard.
The documentation should be updated to clearly explain that:
- OpenAI telemetry is disabled by default due to containing potentially sensitive data
- Users need to explicitly set
EnableSensitiveTelemetryData=trueto view this telemetry - This setting should be mentioned in both the main dashboard documentation and the Aspire.OpenAI component documentation
- A clear warning about the implications of enabling this setting (exposing potentially sensitive AI prompts/responses in telemetry) would be helpful
This would save other developers significant time troubleshooting why their OpenAI telemetry isn't appearing in the dashboard.
Expected Behavior
No response
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version info
No response
Anything else?
No response