-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Summary
Configure .NET Aspire for local development with OpenTelemetry observability foundation.
Tasks
- Create
Honua.AppHostproject with PostgreSQL/PostGIS container - Create
Honua.ServiceDefaultswith shared OpenTelemetry config - Configure traces (ASP.NET Core, HttpClient, Npgsql)
- Configure metrics (ASP.NET Core, runtime, custom Honua meters)
- Configure OTLP export when
OTEL_EXPORTER_OTLP_ENDPOINTis set - Add optional Redis container for caching
Reference
See MVP_PLAN.md ".NET Aspire" section for configuration patterns.
Acceptance Criteria
- Single
dotnet runstarts Honua + PostgreSQL via Aspire - Aspire dashboard shows traces, logs, metrics
- OpenTelemetry exports to OTLP collector when configured
- No Aspire runtime dependencies in published container
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request