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

Metrics #1102

Merged
43 commits merged into from Jun 24, 2021
Merged

Metrics #1102

43 commits merged into from Jun 24, 2021

Commits on Jun 22, 2021

  1. utils, forest, blockchain: Add initial metrics

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    784faa4 View commit details
    Browse the repository at this point in the history
  2. blockchain: Collect gossipsub_message_total metric

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    a1ee979 View commit details
    Browse the repository at this point in the history
  3. blockchain: Use const for metric labels

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    9352433 View commit details
    Browse the repository at this point in the history
  4. blockchain: Tipset processing time metrics

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    8f8bc73 View commit details
    Browse the repository at this point in the history
  5. blockchain: License

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    6668573 View commit details
    Browse the repository at this point in the history
  6. blockchain: Remove unnecessary comment

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    c388aa7 View commit details
    Browse the repository at this point in the history
  7. .maintain: Docker compose stack for monitoring

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    197fe3c View commit details
    Browse the repository at this point in the history
  8. blockchain: Clippy

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    2d5b28f View commit details
    Browse the repository at this point in the history
  9. blockchain: statrs -> 0.14.0

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    0862588 View commit details
    Browse the repository at this point in the history
  10. blockchain, node: Update metric labels

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    58cc60c View commit details
    Browse the repository at this point in the history
  11. .maintain: Grafana config

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    e05c6af View commit details
    Browse the repository at this point in the history
  12. .maintain, blockchain: Log, configuration changes

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    f7422c8 View commit details
    Browse the repository at this point in the history
  13. .maintain: Clean up networking

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    942721f View commit details
    Browse the repository at this point in the history
  14. .maintain: Update host for prometheus

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    ef577a1 View commit details
    Browse the repository at this point in the history
  15. utils: Remove print statement

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    8c2af7c View commit details
    Browse the repository at this point in the history
  16. utils: Manually add process metrics to collector

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    010e914 View commit details
    Browse the repository at this point in the history
  17. forest, utils: Add DB size metrics collector

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    14cf7af View commit details
    Browse the repository at this point in the history
  18. utils/metrics: Get size of entire DB directory

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    bbfae89 View commit details
    Browse the repository at this point in the history
  19. .maintain: Upload preconfigured dashboard

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    2927bdd View commit details
    Browse the repository at this point in the history
  20. utils: Add license

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    c86e369 View commit details
    Browse the repository at this point in the history
  21. forest: Flag to encrypt the keystore

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    a944439 View commit details
    Browse the repository at this point in the history
  22. blockchain: Remove metrics

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    c92aabe View commit details
    Browse the repository at this point in the history
  23. .maintain: Rename dashboard

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    3b70b5d View commit details
    Browse the repository at this point in the history
  24. blockchain: Add head epoch gauge

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    44d3672 View commit details
    Browse the repository at this point in the history
  25. .maintain: Include latest head epoch in dashboard

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    145ee27 View commit details
    Browse the repository at this point in the history
  26. .maintain: Update documentation

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    8e72960 View commit details
    Browse the repository at this point in the history
  27. .maintain: Update dashboard widget name

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    5a1bd1b View commit details
    Browse the repository at this point in the history
  28. blockchain: Remove extra clone

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    a4aae2d View commit details
    Browse the repository at this point in the history
  29. utils/metrics: Fail gracefully measuring DB

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    8986f7f View commit details
    Browse the repository at this point in the history
  30. utils/metrics: Stop collecting DB size metric

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    706eb42 View commit details
    Browse the repository at this point in the history
  31. utils/metrics: Re-enable db size metrics

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    27a6c7d View commit details
    Browse the repository at this point in the history
  32. .maintain: Set dashboard to refresh 10s

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    43cccea View commit details
    Browse the repository at this point in the history
  33. blockchain: Address PR feedback, add peer metrics

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    825e2b4 View commit details
    Browse the repository at this point in the history
  34. blockchain: Register metrics with registry

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    745218d View commit details
    Browse the repository at this point in the history
  35. blockchain: Add print statement

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    d219dde View commit details
    Browse the repository at this point in the history
  36. blockchain: Fix full peers metric

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    7218d0b View commit details
    Browse the repository at this point in the history
  37. blockchain: Bug in full_peers metric

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    194f68e View commit details
    Browse the repository at this point in the history
  38. .maintain/monitoring: Update forest dashboard

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    a45d827 View commit details
    Browse the repository at this point in the history
  39. .maintain: Stylize dashboards

    Jorge Olivero committed Jun 22, 2021
    Copy the full SHA
    0498701 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. .maintain: Persist metrics, update dashboard

    Jorge Olivero committed Jun 23, 2021
    Copy the full SHA
    d9b0bfe View commit details
    Browse the repository at this point in the history
  2. .maintain: Persist Prometheus data

    Jorge Olivero committed Jun 23, 2021
    Copy the full SHA
    878e6f0 View commit details
    Browse the repository at this point in the history
  3. .maintain: Update dashboard widget names

    Jorge Olivero committed Jun 23, 2021
    Copy the full SHA
    d9dcf1a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. blockchain, forest, utils: Global metrics

    Jorge Olivero committed Jun 24, 2021
    Copy the full SHA
    ae51372 View commit details
    Browse the repository at this point in the history