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

monitoring page for Market #533

Closed
15 tasks done
tworec opened this issue Sep 2, 2020 · 0 comments · Fixed by #588 or #622
Closed
15 tasks done

monitoring page for Market #533

tworec opened this issue Sep 2, 2020 · 0 comments · Fixed by #588 or #622
Assignees

Comments

@tworec
Copy link
Contributor

tworec commented Sep 2, 2020

Continuation of #506

Conclusions (repeated from gdoc)

Required

  • Monitor would request for yagna REST endpoints
    • It needs to expose statistics @ new endpoint (REST)
    • No local persistence of statistics
  • Monitor would request only known node (nodes)
  • We need two services
  • Metric collector service (eg. prometheus + grafana; timeseries; quantitative)
  • Dashboard / charts configuration
  • Yagna daemon GUI (live; only local data; detailed; custom frontend)

Optional

  • Broader network info will be retrieved using own nodes (via Offers)
  • Provider would be also monitored

Comments

  • We are not expecting new provider incarnations
  • We do not care to other (hypothetical) Provider compatibility

PoC functional requirements:

  • enough is to have a snapshot of current network status (history not needed)
  • UI: CLI is enough, (Grafana GUI is nice-to-have/optional)
  • single Metrics:
  • agreements cnt

MVP functional reqs:

  • all above and
  • UI depends on results of PoC
  • Metrics
    • nodes cnt (per status: running, shut down)
    • offers cnt
    • demands cnt
    • agreements cnt (per status)
    • activities cnt
    • invoices cnt

Version with history:

  • central active backend storage (Prometeus)
    • active means it sends requests to nodes
  • simplistic UI: GUI or CLI (which is simpler) eg. Grafana

Originally posted by @tworec in #506 (comment)

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

Successfully merging a pull request may close this issue.

3 participants