-
Notifications
You must be signed in to change notification settings - Fork 373
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.37% 63.39% +0.01%
==========================================
Files 566 566
Lines 79490 79465 -25
==========================================
- Hits 50374 50373 -1
+ Misses 25727 25702 -25
- Partials 3389 3390 +1
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.
return res | ||
} | ||
|
||
// logQueryTelemetry logs the relevant VM query telemetry | ||
func logQueryTelemetry(path string, isErr bool) { |
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.
why remove this?
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.
We removed that with @zivkovicmilos because so far we find out that collecting VM low-level info are not relevant in terms of telemetry.