Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saifaqqad/aspirerunner
A standalone runner for the .NET Aspire Dashboard
https://github.com/saifaqqad/aspirerunner
aspire aspire-dashboard aspnetcore dotnet opentelemetry otel otel-viewer otlp
Last synced: 1 day ago
JSON representation
A standalone runner for the .NET Aspire Dashboard
- Host: GitHub
- URL: https://github.com/saifaqqad/aspirerunner
- Owner: SaifAqqad
- License: unlicense
- Created: 2024-05-03T19:16:36.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T13:57:39.000Z (8 days ago)
- Last Synced: 2025-01-23T04:11:18.630Z (2 days ago)
- Topics: aspire, aspire-dashboard, aspnetcore, dotnet, opentelemetry, otel, otel-viewer, otlp
- Language: C#
- Homepage: https://www.nuget.org/packages/AspireRunner.Core
- Size: 162 KB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AspireRunner
A standalone runner for the .NET [Aspire Dashboard](https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/dashboard/standalone) which can display OpenTelemetry data (traces,
metrics, and logs) from any application.The runner can be used as a [dotnet tool](./src/AspireRunner.Tool/README.md) or as part of an [ASP.NET Core application](./src/AspireRunner.AspNetCore/README.md), it will
automatically download the dashboard if it's not installed, and will run and manage the dashboard process.## [AspireRunner.Tool](./src/AspireRunner.Tool/README.md)
Provides a quick and easy to use CLI for downloading and running the Dashboard
[![NuGet Version](https://img.shields.io/nuget/vpre/AspireRunner.Tool?style=flat&logo=nuget&color=%230078d4&link=https%3A%2F%2Fwww.nuget.org%2Fpackages%2FAspireRunner.Tool)](https://www.nuget.org/packages/AspireRunner.Tool)
### Installation
```bash
dotnet tool install -g AspireRunner.Tool
```## [AspireRunner.AspNetCore](./src/AspireRunner.AspNetCore/README.md)
A library for running the Aspire Dashboard alongside ASP.NET Core apps.
[![NuGet Version](https://img.shields.io/nuget/vpre/AspireRunner.AspNetCore?style=flat&logo=nuget&color=%230078d4&link=https%3A%2F%2Fwww.nuget.org%2Fpackages%2FAspireRunner.AspNetCore)](https://www.nuget.org/packages/AspireRunner.AspNetCore)