Instruct AppHost to forward signals to another OTEL collector #6964
Labels
area-app-model
Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication
area-telemetry
untriaged
New issue has not been triaged
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
I am experimenting with embedding a OTEL collector in my AppHost.
There are different reasons to do that:
I have a simple experiment that starts the AWS OTEL collector container using
I then pass the endpoint to the projects
Unfortunately, this overrides the settings that Aspire needs to pass to make the Dashboard work.
Describe the solution you'd like
Ideally, I'd like to be able to instruct the DistributedApplication to forward all incoming signals to my OTEL collector.
Additional context
No response
The text was updated successfully, but these errors were encountered: