Back to Orleans

Microsoft Orleans Dashboard Core

src/Dashboard/Orleans.Dashboard.Abstractions/README.md

10.1.01.9 KB
Original Source

Microsoft Orleans Dashboard Core

Introduction

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.

Getting Started

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:

shell
dotnet add package Microsoft.Orleans.Dashboard.Abstractions

What's Included

This package provides:

  • Metrics Collection Services: Grain-based services that collect runtime statistics
  • Data Models: Shared types for representing silo and grain statistics
  • History Tracking: Time-series data storage for performance metrics
  • Grain Profiling: Method-level performance tracking infrastructure

Documentation

For more comprehensive documentation, please refer to:

Feedback & Contributing