Orleans.Lattice.Dashboards
6.2.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Orleans.Lattice.Dashboards --version 6.2.0
NuGet\Install-Package Orleans.Lattice.Dashboards -Version 6.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Orleans.Lattice.Dashboards" Version="6.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Orleans.Lattice.Dashboards" Version="6.2.0" />
<PackageReference Include="Orleans.Lattice.Dashboards" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Orleans.Lattice.Dashboards --version 6.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Orleans.Lattice.Dashboards, 6.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Orleans.Lattice.Dashboards@6.2.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Orleans.Lattice.Dashboards&version=6.2.0
#tool nuget:?package=Orleans.Lattice.Dashboards&version=6.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Orleans.Lattice.Dashboards
Pre-built Grafana dashboards for Orleans.Lattice telemetry. Bundles three ready-to-import JSON dashboards covering every instrument on the orleans.lattice and orleans.lattice.replication meters.
Quick start
Wire the meters into an OpenTelemetry pipeline and export to Prometheus:
builder.Services.AddOpenTelemetry() .WithMetrics(b => b .AddMeter("orleans.lattice") .AddMeter("orleans.lattice.replication") .AddPrometheusExporter());Import the dashboard JSON into Grafana, or write it to a provisioning directory:
var json = LatticeDashboards.GetGrafanaDashboardJson(LatticeDashboardKind.Overview); File.WriteAllText("/var/lib/grafana/dashboards/orleans-lattice/overview.json", json);
See the docs/lattice.dashboards/ directory for usage and the metric-to-panel map.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Orleans.Lattice (>= 6.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 7.9.1 | 0 | 7/14/2026 |
| 7.9.0 | 46 | 7/9/2026 |
| 7.8.0 | 94 | 7/4/2026 |
| 7.7.0 | 99 | 7/1/2026 |
| 7.6.0 | 101 | 6/30/2026 |
| 7.5.0 | 106 | 6/27/2026 |
| 7.3.0 | 100 | 6/20/2026 |
| 7.2.0 | 113 | 6/16/2026 |
| 7.1.0 | 100 | 6/13/2026 |
| 7.0.0 | 106 | 6/12/2026 |
| 6.4.0 | 102 | 6/10/2026 |
| 6.3.0 | 111 | 6/8/2026 |
| 6.2.0 | 103 | 6/4/2026 |
| 6.1.0 | 104 | 5/29/2026 |
| 6.0.1 | 103 | 5/29/2026 |
| 6.0.0 | 105 | 5/22/2026 |
| 5.0.1 | 117 | 5/19/2026 |
| 5.0.0 | 94 | 5/19/2026 |
| 4.0.0 | 115 | 5/16/2026 |