Open slang25 opened 2 weeks ago
Doing this will probably end up doing #874 too (or at least make it easier to do).
Doing this will probably end up doing #874 too (or at least make it easier to do).
easier to do for sure. To go back to our conversation, for SNS → SQS distributed tracing, we'd need to do some custom propagation to make it work. AWS Messaging do this: https://github.com/awslabs/aws-dotnet-messaging/tree/main/src/AWS.Messaging.Telemetry.OpenTelemetry
Without looking too closely, looks like that could just be referenced and dropped in and it would Just Work™️. It just looks like OTel glue that isn't specifically tied to their messaging framework (unless that is adding some extra context to the traces).
Add an Aspire AppHost project (using Aspire 9 RC1), which: