-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add desktop viewer, tui, tails and aspire dashboard to registry
Signed-off-by: svrnm <[email protected]>
- Loading branch information
Showing
5 changed files
with
129 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
title: Standalone .NET Aspire dashboard | ||
registryType: utilities | ||
language: dotnet | ||
tags: | ||
- dashboard | ||
- aspire | ||
- viewer | ||
- browser-based | ||
urls: | ||
repo: https://github.com/dotnet/aspire/tree/main/src/Aspire.Dashboard | ||
docs: https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/dashboard/standalone?tabs=bash | ||
license: MIT | ||
description: | ||
The .NET Aspire Dashboard is a browser-based app to view run-time information | ||
about your distributed application. | ||
authors: | ||
- name: Microsoft | ||
url: https://github.com/microsft | ||
createdAt: 2024-12-12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
title: tails | ||
registryType: utilities | ||
language: elixir | ||
tags: | ||
- otel | ||
- webserver | ||
- tailing | ||
urls: | ||
repo: https://github.com/jaronoff97/tails | ||
license: Apache 2.0 | ||
description: | ||
Tails is a small webserver written in Elixir that listens on a socket and | ||
streams live messages from a collector. | ||
authors: | ||
- name: jaronoff97 | ||
url: https://github.com/jaronoff97 | ||
createdAt: 2024-12-12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
title: otel-desktop-viewer | ||
registryType: utilities | ||
language: go | ||
tags: | ||
- otel | ||
- desktop | ||
- viewer | ||
urls: | ||
repo: https://github.com/CtrlSpice/otel-desktop-viewer | ||
license: Apache 2.0 | ||
description: | ||
otel-desktop-viewer is a CLI tool for receiving OpenTelemetry traces while | ||
working on your local machine that helps you visualize and explore your trace | ||
data without needing to send it on to a telemetry vendor. | ||
authors: | ||
- name: CtrlSpice | ||
url: https://github.com/CtrlSpice | ||
createdAt: 2024-12-12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# cSpell:ignore ymtdzzz | ||
title: otel-tui | ||
registryType: utilities | ||
language: go | ||
tags: | ||
- otel | ||
- terminal | ||
- viewer | ||
- tui | ||
urls: | ||
repo: https://github.com/ymtdzzz/otel-tui | ||
license: Apache 2.0 | ||
description: | ||
A terminal OpenTelemetry viewer. This tool currently supports OpenTelemetry, | ||
Zipkin (Traces) and Prometheus (Metrics) formats. | ||
authors: | ||
- name: ymtdzzz | ||
url: https://github.com/ymtdzzz | ||
createdAt: 2024-12-12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters