Skip to content

Commit

Permalink
Add desktop viewer, tui, tails and aspire dashboard to registry (#5778)
Browse files Browse the repository at this point in the history
Signed-off-by: svrnm <[email protected]>
Co-authored-by: Phillip Carter <[email protected]>
  • Loading branch information
svrnm and cartermp authored Dec 25, 2024
1 parent 88cc172 commit 4bbf092
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 4 deletions.
19 changes: 19 additions & 0 deletions data/registry/tools-dotnet-aspire-dashboard.yml
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
18 changes: 18 additions & 0 deletions data/registry/tools-elixir-tails.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# cSpell:ignore Aronoff
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: Jacob Aronoff
url: https://github.com/jaronoff97
createdAt: 2024-12-12
18 changes: 18 additions & 0 deletions data/registry/tools-go-otel-desktop-viewer.yml
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
19 changes: 19 additions & 0 deletions data/registry/tools-go-otel-tui.yml
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
32 changes: 28 additions & 4 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -3975,6 +3975,14 @@
"StatusCode": 200,
"LastSeen": "2024-08-06T15:11:42.413458+02:00"
},
"https://github.com/CtrlSpice": {
"StatusCode": 206,
"LastSeen": "2024-12-12T21:04:03.332366+01:00"
},
"https://github.com/CtrlSpice/otel-desktop-viewer": {
"StatusCode": 206,
"LastSeen": "2024-12-12T21:04:02.649222+01:00"
},
"https://github.com/Cyprinus12138": {
"StatusCode": 200,
"LastSeen": "2024-03-28T22:25:37.072281206+08:00"
Expand Down Expand Up @@ -5551,6 +5559,10 @@
"StatusCode": 200,
"LastSeen": "2024-01-30T16:05:03.376611-05:00"
},
"https://github.com/jaronoff97/tails": {
"StatusCode": 206,
"LastSeen": "2024-12-12T21:09:59.474765+01:00"
},
"https://github.com/jaydeluca": {
"StatusCode": 200,
"LastSeen": "2024-08-06T15:22:00.700062+02:00"
Expand Down Expand Up @@ -6043,6 +6055,10 @@
"StatusCode": 200,
"LastSeen": "2024-08-07T15:44:51.574765+02:00"
},
"https://github.com/microsft": {
"StatusCode": 206,
"LastSeen": "2024-12-12T21:04:04.691776+01:00"
},
"https://github.com/microsoft/ApplicationInsights-Java": {
"StatusCode": 200,
"LastSeen": "2024-04-19T17:43:49.897716918Z"
Expand Down Expand Up @@ -6351,10 +6367,6 @@
"StatusCode": 200,
"LastSeen": "2024-12-16T14:23:06.692223-05:00"
},
"https://github.com/open-telemetry/community/pull/2427/": {
"StatusCode": 206,
"LastSeen": "2024-12-12T12:41:23.581154+01:00"
},
"https://github.com/open-telemetry/opamp-go": {
"StatusCode": 200,
"LastSeen": "2024-01-18T19:37:11.484137-05:00"
Expand Down Expand Up @@ -8599,6 +8611,14 @@
"StatusCode": 200,
"LastSeen": "2024-08-09T11:17:02.743197+02:00"
},
"https://github.com/ymtdzzz": {
"StatusCode": 206,
"LastSeen": "2024-12-12T21:04:04.407598+01:00"
},
"https://github.com/ymtdzzz/otel-tui": {
"StatusCode": 206,
"LastSeen": "2024-12-12T21:04:03.94903+01:00"
},
"https://github.com/yonch": {
"StatusCode": 200,
"LastSeen": "2024-08-09T11:16:31.382961+02:00"
Expand Down Expand Up @@ -9559,6 +9579,10 @@
"StatusCode": 200,
"LastSeen": "2024-01-30T15:24:54.805878-05:00"
},
"https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/dashboard/standalone": {
"StatusCode": 200,
"LastSeen": "2024-12-12T21:04:05.120038+01:00"
},
"https://learn.microsoft.com/en-us/dotnet/core/deploying/": {
"StatusCode": 200,
"LastSeen": "2024-01-30T15:25:16.669441-05:00"
Expand Down

0 comments on commit 4bbf092

Please sign in to comment.