-
Notifications
You must be signed in to change notification settings - Fork 701
Closed
Labels
Description
Is there any Aspire support/guidance planned for Microsoft Orleans?
- Orleans is a natural fit in the cloud native space - especially for C# devs
- OpenTelemetry observability is already built in
If not, any advice / pointers on how to integrate it?
Example scenario
E.g. a scenario that I will be implementing in the coming months is running Orleans in Azure Container Apps (auto-scale) with both REST endpoints (minimal API's) and SignalR endpoints (BFF for WASM browser and native mobile clients, built in C# with Uno Platform)
I'm looking for ways to make end2end observability easier to achieve and maintain:
Rest API -> Orleans grains / streams chain <-> SignalR <-> client
And I'm wondering if Aspire could help with that.
Any insights appreciated! (@ReubenBond ?)
jaredthirsk, pankaj-nikam, KSemenenko and ReubenBond