You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node health (/health) is specific to the machine that receives the request, while /api/diagnostics is intended to be across the whole installation as much as possible - seems like something we could preserve in the CLI by splitting this across two commands.
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
The text was updated successfully, but these errors were encountered: