Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
Knowledge base: Disabled due to WalkthroughThis PR enables OpenTelemetry OTLP exporting for infrastructure resources in the Aspire app host by adding ChangesInfrastructure OTLP Exporting
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
closes #12336
Summary
Infrastructure resources in
Boilerplate.Server.AppHost/Program.cswere missing.WithOtlpExporter(), so their telemetry (traces, metrics, logs) was not exported to the Aspire dashboard.This PR adds
.WithOtlpExporter()to:redis-cacheandredis-persistentsqlserver(SqlServer)postgresserver(PostgreSQL)mysqlserver(MySQL)s3(Minio)keycloakSummary by CodeRabbit