src/Dashboard/Orleans.Dashboard.Abstractions/README.md
Microsoft Orleans Dashboard Core provides the foundational infrastructure and data collection services for the Orleans Dashboard. This package contains the core grain services, metrics collection, and data models used by the dashboard UI.
This package is typically referenced automatically when you install Microsoft.Orleans.Dashboard. You generally don't need to reference this package directly unless you're building custom monitoring solutions or extending the dashboard functionality.
To use this package directly, install it via NuGet:
dotnet add package Microsoft.Orleans.Dashboard.Abstractions
This package provides:
For more comprehensive documentation, please refer to: