inspect icon indicating copy to clipboard operation
inspect copied to clipboard

inspect is a collection of metrics gathering, analysis utilities for various subsystems of linux, mysql and postgres.

Results 6 inspect issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20190606165138-5da285871e9c to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20190606165138-5da285871e9c&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

For diversity reasons, it would be nice to try to avoid 'master' and 'slave' terminology in this repository which can be associated to slavery. The master-slave terminology could be problematic...

In dbstat.go, ```go "Innodb_log_os_waits": s.Metrics.InnodbLogOsWaits, ``` should be [Innodb_log_waits](https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Innodb_log_waits).

bug

For example - Hide cgroups, unimplemented metrics sections in darwin - Hide iostats per process if not running as root (or similar capabilities) on linux.

bug
help wanted

Currently the mysql libraries are tested only on Percona 5.5/5.6 distribution. We should ideally be able to detect the MySQL version and selectively enable/disable certain parts of metrics

enhancement
help wanted