Is there a way in #dotnet to build your own Open Telemetry server. One that exporters would pass information to?

I imagine there would be like a Host package or something.

@khalidabuhakmeh Aspire dashboard sources would be my guess/best bet.
aspire/src/Aspire.Dashboard/DashboardWebApplication.cs at main · dotnet/aspire

Tools, templates, and packages to accelerate building observable, production-ready apps - dotnet/aspire

GitHub
@maartenballiauw It would be nice if there was some kind of library that allowed for implementing these without the Aspire dependency.