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

Update kubeletstats metrics according to semantic conventions #475

Merged

Commits on Jul 20, 2020

  1. Update kubeletstats metric according to semantic conventions

    Update kubeletstats receiver metrics according to open-telemetry/oteps#119 :
    - Remove "k8s." from container metrics
    - Change "/" metric delimiter to "."
    - Change ...network -> ...network.io
    - Avoid short forms in metrics: "mem" -> "memory", "fs" -> "filesystem"
    - Use "cpu.usage" in [0,1] scale instead of "cpu.utilization" in percents
    - Use "cpu.time" in seconds instead of "cpu/cumulative" in nanoseconds
    
    Also introduce additional metrics:  "network.errors" and "filesystem.usage".
    dmitryax committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    dfaefaa View commit details
    Browse the repository at this point in the history