func (k *Kubelet) collectRuntimeOperations(raw prometheus.Series, mx *metrics) {
    chart := k.charts.Get("kubelet_runtime_operations")

    // kubelet_runtime_operations_total
    for _, metric := range raw.FindByNames("kubelet_runtime_operations", "kubelet_runtime_operations_total") {