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

chore: add gno-exporter POC #1250

Closed
wants to merge 2 commits into from
Closed

Conversation

albttx
Copy link
Member

@albttx albttx commented Oct 18, 2023

This is a POC for a prometheus exporter for gno.land chains and realm.

Maybe this shouldn't be in misc/ but have his own repository, so anyone can push monitoring handlers to their realms.

This want to be modular, so for gnochess for example, we can just use this library and import custom metrics in it.

Contributors' checklist...
  • Added new tests, or not needed, or not feasible
  • Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory
  • Updated the official documentation or not needed
  • No breaking changes were made, or a BREAKING CHANGE: xxx message was included in the description
  • Added references to related issues and PRs
  • Provided any useful hints for running manual tests
  • Added new benchmarks to generated graphs, if any. More info here.

@github-actions github-actions bot added the 📦 🌐 tendermint v2 Issues or PRs tm2 related label Oct 18, 2023
@albttx albttx force-pushed the albttx/gno-exporter branch from 120158f to d61abe9 Compare October 18, 2023 19:00
@github-actions github-actions bot removed the 📦 🌐 tendermint v2 Issues or PRs tm2 related label Oct 18, 2023
@moul
Copy link
Member

moul commented Oct 25, 2023

ideal place is contribs/gnolandprom, once #1256 is merged.

@anarcher
Copy link
Contributor

(If I remember correctly) In tm1, not only consensus-related metrics but also system metrics (go heap, goroutine, ...) were provided. Are there plans to provide such metrics in tm2 as well? :-)

@albttx albttx force-pushed the albttx/gno-exporter branch from d61abe9 to 9e019b4 Compare May 3, 2024 06:15
Copy link

codecov bot commented May 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 48.38%. Comparing base (6482c18) to head (351a978).
Report is 418 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1250      +/-   ##
==========================================
+ Coverage   47.29%   48.38%   +1.08%     
==========================================
  Files         362      409      +47     
  Lines       58590    62035    +3445     
==========================================
+ Hits        27713    30018    +2305     
- Misses      28594    29517     +923     
- Partials     2283     2500     +217     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@thehowl
Copy link
Member

thehowl commented Oct 28, 2024

Closed as we now have an OTEL exporter.

@thehowl thehowl closed this Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🔵 Not Needed for Launch
Development

Successfully merging this pull request may close these issues.

4 participants