Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report statistics about the node usage #52

Open
mishaschwartz opened this issue Mar 30, 2023 · 2 comments
Open

Report statistics about the node usage #52

mishaschwartz opened this issue Mar 30, 2023 · 2 comments
Assignees

Comments

@mishaschwartz
Copy link

Some initial thoughts on how to implement this:

  • collect information about the usage of the node internally
    • this could be some component that parses logs from other components and summarizes
  • report stats of node usage through the network manager
    • protect this route (allow access to specific users only)
  • show status of the components in the node in public page (similar to canarie)
  • show the current server load in some crude metric (that doesn't give away any security issues) on a public page
    • estimate run time of some heavy load process
@mishaschwartz mishaschwartz added this to the core requirements milestone Mar 30, 2023
@tlvu
Copy link

tlvu commented Mar 31, 2023

Ask @matprov I think he already has a working log parsing solution using Grafana Loki that is currently running for the CCDP stack. Maybe we can integrate his solution into PAVICS.

Otherwise I heard good comments about the ELK (Elasticsearch Logstash Kibana) stack as well.

@tlvu
Copy link

tlvu commented Mar 31, 2023

For standard resource usage (CPU, RAM, Disk, Network I/O, ...), we already have Prometheus + Grafana stack for each node, see https://github.com/bird-house/birdhouse-deploy/tree/master/birdhouse/components#monitoring

Missing aggregation if we want stats from multiple nodes.

@mishaschwartz mishaschwartz self-assigned this Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants