-
Notifications
You must be signed in to change notification settings - Fork 375
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(otel): Open Telemetry metrics fixed and provided with demo example #3038
base: master
Are you sure you want to change the base?
Conversation
sw360cab
commented
Oct 28, 2024
- Redefine and cleanup Open Telemetry metrics types and usage
- Rehauled demo example adding a minimal sample of RCP + Validator Node
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3038 +/- ##
==========================================
- Coverage 63.34% 63.34% -0.01%
==========================================
Files 548 548
Lines 78646 78621 -25
==========================================
- Hits 49817 49801 -16
+ Misses 25467 25458 -9
Partials 3362 3362
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for the tm2/gno.land part, haven't reviewed misc/telemetry.
maybe @zivkovicmilos can take a second look / merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 💯
gnoland genesis generate | ||
gnoland genesis validator add -name val000 -address $(gnoland secrets get validator_key.address -raw) -pub-key $(gnoland secrets get validator_key.pub_key -raw) | ||
gnoland genesis balances add -balance-sheet /gnoroot/gno.land/genesis/genesis_balances.txt | ||
gnoland genesis txs add packages /gnoroot/examples/gno.land |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was about to merge it, but I guess this needs gnogenesis
now.