-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add Macos observability lib #28
Conversation
show networkErrorsAndDroppedPerSec instead of networkErrorPerSec for Linux/MacOS
To allow to locally import linux from macos
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.
Small comment re: networking panels, but generally looks great!
panels.networkUsagePerSec { gridPos+: { w: 12, h: 8 } }, | ||
panels.networkErrorsPerSec { gridPos+: { w: 12, h: 8 } }, | ||
panels.networkErrorsAndDroppedPerSec { gridPos+: { w: 12, h: 8 } }, |
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.
Oh maybe it is something we could discuss here then, I'm not a fan of how busy the network panels are as seen in the screenshot in the description. In particular the body is v. busy. At the very least I'd recommend dropping any metrics with 0/null values to clean up the legend.
Maybe right-aligning with a table as well, to stay consistent with our own style guide?
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.
…ring selected dashboard interval
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.
Awesome, thank you for addressing the network panel feedback :)
Add macos-observ-lib: