Server Diagnostics Command
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 167
- Forks
- 30
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 9
Description
It'd be great if there was a way to get server diagnostics via Seq CLI. Info available at /#/settings/diagnostics.
Namely I'm interested in vital signs like free disk space.
Potentially these could be a part of node health or a new command.
Ideally output would be json for parsing from automated external health checks.
It looks like maybe this can be obtained from api/diagnostics although apparently not in dotnet api client
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the existing node health command and the server diagnostics page at /#/settings/diagnostics. Investigate the api/diagnostics endpoint and compare it with the dotnet api client, then determine whether diagnostics belong in node health or a new command. Done means vital signs such as free disk space are exposed as parseable JSON for external health checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli, observability
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100